Fix API changes of Chrome 58
This commit is contained in:
parent
0a110a44f9
commit
c41fb922b3
13 changed files with 14 additions and 49 deletions
|
@ -134,14 +134,6 @@ bool NetworkDelegate::OnCanEnablePrivacyMode(
|
|||
return false;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnAreStrictSecureCookiesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||
const net::URLRequest& request,
|
||||
const GURL& target_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue