Index: content/browser/renderer_host/throttling_resource_handler.h |
=================================================================== |
--- content/browser/renderer_host/throttling_resource_handler.h (revision 137742) |
+++ content/browser/renderer_host/throttling_resource_handler.h (working copy) |
@@ -34,7 +34,8 @@ |
ResourceResponse* response, |
bool* defer) OVERRIDE; |
virtual bool OnResponseStarted(int request_id, |
- content::ResourceResponse* response) OVERRIDE; |
+ content::ResourceResponse* response, |
+ bool* defer) OVERRIDE; |
virtual bool OnWillStart(int request_id, const GURL& url, |
bool* defer) OVERRIDE; |
virtual void OnRequestClosed() OVERRIDE; |