summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/browser/resource_throttle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/resource_throttle.h')
-rw-r--r--chromium/content/public/browser/resource_throttle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/content/public/browser/resource_throttle.h b/chromium/content/public/browser/resource_throttle.h
index 7bcab8813c1..469782d9dfd 100644
--- a/chromium/content/public/browser/resource_throttle.h
+++ b/chromium/content/public/browser/resource_throttle.h
@@ -25,6 +25,7 @@ class ResourceThrottle {
virtual void WillStartRequest(bool* defer) {}
virtual void WillRedirectRequest(const GURL& new_url, bool* defer) {}
virtual void WillProcessResponse(bool* defer) {}
+ virtual void OnBeforeNetworkStart(bool* defer) {}
// Returns the name of the throttle, as a UTF-8 C-string, for logging
// purposes. NULL is not allowed. Caller does *not* take ownership of the