| Index: content/browser/download/download_resource_handler.cc
|
| diff --git a/content/browser/download/download_resource_handler.cc b/content/browser/download/download_resource_handler.cc
|
| index 7798f926ad6902a73e001a822a3f56e8958427a1..05d22a8ee73cfe46f093aa7503646ed3a2bb6f98 100644
|
| --- a/content/browser/download/download_resource_handler.cc
|
| +++ b/content/browser/download/download_resource_handler.cc
|
| @@ -149,11 +149,6 @@ bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) {
|
| return true;
|
| }
|
|
|
| -bool DownloadResourceHandler::OnBeforeNetworkStart(const GURL& url,
|
| - bool* defer) {
|
| - return true;
|
| -}
|
| -
|
| // Create a new buffer, which will be handed to the download thread for file
|
| // writing and deletion.
|
| bool DownloadResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
|
|