summaryrefslogtreecommitdiffstats
path: root/src/core/network_delegate_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network_delegate_qt.cpp')
-rw-r--r--src/core/network_delegate_qt.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/network_delegate_qt.cpp b/src/core/network_delegate_qt.cpp
index 5af781007..d79f6e609 100644
--- a/src/core/network_delegate_qt.cpp
+++ b/src/core/network_delegate_qt.cpp
@@ -285,11 +285,6 @@ bool NetworkDelegateQt::OnCanAccessFile(const net::URLRequest& request, const ba
return true;
}
-bool NetworkDelegateQt::OnCanThrottleRequest(const net::URLRequest&) const
-{
- return false;
-}
-
bool NetworkDelegateQt::OnCanEnablePrivacyMode(const GURL&, const GURL&) const
{
return false;