Fill missing NetworkDelegate method

This commit is contained in:
Cheng Zhao 2017-04-13 20:04:08 +09:00
parent affd80aef0
commit 79a441874e

View file

@ -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,