Index: content/browser/loader/async_resource_handler.h |
diff --git a/content/browser/loader/async_resource_handler.h b/content/browser/loader/async_resource_handler.h |
index f603f4f858f6a61f79fe142ce3583ec7fb09c353..2de156c9dbeec4e15860d5b9cab2bc513d789761 100644 |
--- a/content/browser/loader/async_resource_handler.h |
+++ b/content/browser/loader/async_resource_handler.h |
@@ -49,6 +49,9 @@ class AsyncResourceHandler : public ResourceHandler, |
virtual bool OnWillStart(int request_id, |
const GURL& url, |
bool* defer) OVERRIDE; |
+ virtual bool OnBeforeNetworkStart(int request_id, |
+ const GURL& url, |
+ bool* defer) OVERRIDE; |
virtual bool OnWillRead(int request_id, |
scoped_refptr<net::IOBuffer>* buf, |
int* buf_size, |