summaryrefslogtreecommitdiffstats
path: root/src/core/net/network_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net/network_delegate_qt.h')
-rw-r--r--src/core/net/network_delegate_qt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/net/network_delegate_qt.h b/src/core/net/network_delegate_qt.h
index 842af5006..53debadcd 100644
--- a/src/core/net/network_delegate_qt.h
+++ b/src/core/net/network_delegate_qt.h
@@ -77,8 +77,7 @@ public:
net::NetworkDelegate::AuthRequiredResponse OnAuthRequired(net::URLRequest*, const net::AuthChallengeInfo&, AuthCallback, net::AuthCredentials*) override;
bool OnCanGetCookies(const net::URLRequest&, const net::CookieList&, bool) override;
bool OnCanAccessFile(const net::URLRequest&, const base::FilePath&, const base::FilePath&) const override;
- bool OnCanEnablePrivacyMode(const GURL&, const GURL&) const override;
- bool OnAreExperimentalCookieFeaturesEnabled() const override;
+ bool OnForcePrivacyMode(const GURL&, const GURL&) const override;
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(const net::URLRequest&, const GURL&, const GURL&) const override;
bool OnCanQueueReportingReport(const url::Origin& origin) const override;