summaryrefslogtreecommitdiffstats
path: root/content/public/browser/navigation_throttle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/navigation_throttle.cc')
-rw-r--r--content/public/browser/navigation_throttle.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/browser/navigation_throttle.cc b/content/public/browser/navigation_throttle.cc
index 5c795d6..ac3b3aa 100644
--- a/content/public/browser/navigation_throttle.cc
+++ b/content/public/browser/navigation_throttle.cc
@@ -20,9 +20,4 @@ NavigationThrottle::WillRedirectRequest() {
return NavigationThrottle::PROCEED;
}
-NavigationThrottle::ThrottleCheckResult
-NavigationThrottle::WillProcessResponse() {
- return NavigationThrottle::PROCEED;
-}
-
} // namespace content