| 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 388bcd1e5a9a2853f21adef2a372f92cbae8dce5..3bbaac6876a091d97d3317b7f3ed442a265febc7 100644
|
| --- a/content/browser/download/download_resource_handler.cc
|
| +++ b/content/browser/download/download_resource_handler.cc
|
| @@ -102,7 +102,6 @@ bool DownloadResourceHandler::OnUploadProgress(int request_id,
|
| return true;
|
| }
|
|
|
| -// Not needed, as this event handler ought to be the final resource.
|
| bool DownloadResourceHandler::OnRequestRedirected(
|
| int request_id,
|
| const GURL& url,
|
|
|