Index: content/shell/browser/shell_network_delegate.h |
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h |
index a23f5ffc56367e2ce9f9e3729495b5b212522da8..75faa9a4ad9f5cbe7b1febe988757b3337f4f421 100644 |
--- a/content/shell/browser/shell_network_delegate.h |
+++ b/content/shell/browser/shell_network_delegate.h |
@@ -54,7 +54,6 @@ class ShellNetworkDelegate : public net::NetworkDelegateImpl { |
bool OnCanAccessFile(const net::URLRequest& request, |
const base::FilePath& path) const override; |
bool OnCanThrottleRequest(const net::URLRequest& request) const override; |
- bool OnFirstPartyOnlyCookieExperimentEnabled() const override; |
DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate); |
}; |