remove OnAreExperimentalCookieFeaturesEnabled
https://chromium-review.googlesource.com/c/1287209
This commit is contained in:
parent
d36a6de25c
commit
fd7b49b32b
2 changed files with 0 additions and 5 deletions
|
@ -425,10 +425,6 @@ bool AtomNetworkDelegate::OnForcePrivacyMode(
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AtomNetworkDelegate::OnAreExperimentalCookieFeaturesEnabled() const {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool AtomNetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
bool AtomNetworkDelegate::OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||||
const net::URLRequest& request,
|
const net::URLRequest& request,
|
||||||
const GURL& target_url,
|
const GURL& target_url,
|
||||||
|
|
|
@ -129,7 +129,6 @@ class AtomNetworkDelegate : public net::NetworkDelegate {
|
||||||
const base::FilePath& absolute_path) const override;
|
const base::FilePath& absolute_path) const override;
|
||||||
bool OnForcePrivacyMode(const GURL& url,
|
bool OnForcePrivacyMode(const GURL& url,
|
||||||
const GURL& first_party_for_cookies) const override;
|
const GURL& first_party_for_cookies) const override;
|
||||||
bool OnAreExperimentalCookieFeaturesEnabled() const override;
|
|
||||||
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||||
const net::URLRequest& request,
|
const net::URLRequest& request,
|
||||||
const GURL& target_url,
|
const GURL& target_url,
|
||||||
|
|
Loading…
Reference in a new issue