Index: content/browser/renderer_host/doomed_resource_handler.cc |
=================================================================== |
--- content/browser/renderer_host/doomed_resource_handler.cc (revision 137742) |
+++ content/browser/renderer_host/doomed_resource_handler.cc (working copy) |
@@ -30,7 +30,8 @@ |
} |
bool DoomedResourceHandler::OnResponseStarted( |
- int request_id, content::ResourceResponse* response) { |
+ int request_id, content::ResourceResponse* response, |
+ bool* defer) { |
NOTREACHED(); |
return true; |
} |
@@ -51,7 +52,8 @@ |
} |
bool DoomedResourceHandler::OnReadCompleted(int request_id, |
- int* bytes_read) { |
+ int* bytes_read, |
+ bool* defer) { |
NOTREACHED(); |
return true; |
} |