| 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 f482f55981870c425e3e4a08eaa046e7ca2c492d..a432ce5eedf8080f53b8eb6dfb1ebc7ada7c5972 100644
|
| --- a/content/browser/download/download_resource_handler.cc
|
| +++ b/content/browser/download/download_resource_handler.cc
|
| @@ -115,7 +115,7 @@ bool DownloadResourceHandler::OnRequestRedirected(
|
| const net::RedirectInfo& redirect_info,
|
| ResourceResponse* response,
|
| bool* defer) {
|
| - return true;
|
| + return core_.OnRequestRedirected();
|
| }
|
|
|
| // Send the download creation information to the download thread.
|
|
|