Fill missing NetworkDelegate method
This commit is contained in:
parent
affd80aef0
commit
79a441874e
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@ bool NetworkDelegate::OnCanEnablePrivacyMode(
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool NetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
bool NetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
bool NetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||||
const net::URLRequest& request,
|
const net::URLRequest& request,
|
||||||
const GURL& target_url,
|
const GURL& target_url,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue