mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Fill missing NetworkDelegate method
This commit is contained in:
@@ -134,6 +134,10 @@ bool NetworkDelegate::OnCanEnablePrivacyMode(
|
||||
return false;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||
const net::URLRequest& request,
|
||||
const GURL& target_url,
|
||||
|
||||
Reference in New Issue
Block a user