Index: content/public/browser/resource_throttle.h |
diff --git a/content/public/browser/resource_throttle.h b/content/public/browser/resource_throttle.h |
index 469782d9dfd0d2c7ef06321f94438d474ea3385d..ec176bc907bb53036251f590b3e0146f5dcfe32f 100644 |
--- a/content/public/browser/resource_throttle.h |
+++ b/content/public/browser/resource_throttle.h |
@@ -23,9 +23,9 @@ class ResourceThrottle { |
virtual ~ResourceThrottle() {} |
virtual void WillStartRequest(bool* defer) {} |
+ virtual void WillStartUsingNetwork(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 |