Index: content/browser/loader/async_resource_handler.cc |
diff --git a/content/browser/loader/async_resource_handler.cc b/content/browser/loader/async_resource_handler.cc |
index 5a151270aa0d0c6cced2159102d6fdc8fbbfa24a..eb20c06c91eb3ff0c93d6840080c9efd3f968e6e 100644 |
--- a/content/browser/loader/async_resource_handler.cc |
+++ b/content/browser/loader/async_resource_handler.cc |
@@ -410,10 +410,6 @@ bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { |
return true; |
} |
-bool AsyncResourceHandler::OnBeforeNetworkStart(const GURL& url, bool* defer) { |
- return true; |
-} |
- |
bool AsyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, |
int* buf_size, |
int min_size) { |