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;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||
const net::URLRequest& request,
|
||||
const GURL& target_url,
|
||||
|
|
Loading…
Reference in a new issue