summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_network_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_network_delegate.h')
-rw-r--r--content/shell/browser/shell_network_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h
index 49b8f23..cffc3b9 100644
--- a/content/shell/browser/shell_network_delegate.h
+++ b/content/shell/browser/shell_network_delegate.h
@@ -52,7 +52,7 @@ class ShellNetworkDelegate : public net::NetworkDelegateImpl {
net::CookieOptions* options) override;
bool OnCanAccessFile(const net::URLRequest& request,
const base::FilePath& path) const override;
- bool OnFirstPartyOnlyCookieExperimentEnabled() const override;
+ bool OnAreExperimentalCookieFeaturesEnabled() const override;
DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate);
};