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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/browser/shell_network_delegate.h b/content/shell/browser/shell_network_delegate.h
index a23f5ff..978de0a 100644
--- a/content/shell/browser/shell_network_delegate.h
+++ b/content/shell/browser/shell_network_delegate.h
@@ -53,7 +53,6 @@ class ShellNetworkDelegate : public net::NetworkDelegateImpl {
net::CookieOptions* options) override;
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);