| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 4c3a0cb944f7f224f07fdb5f7a35632bf2f618d2..5d83cf93cdb22a840394467756198060559c292a 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -613,7 +613,7 @@ DownloadInterruptReason ResourceDispatcherHostImpl::BeginDownload(
|
|
|
| SetReferrerForRequest(request.get(), referrer);
|
|
|
| - int extra_load_flags = net::LOAD_IS_DOWNLOAD;
|
| + int extra_load_flags = net::LOAD_NORMAL;
|
| if (prefer_cache) {
|
| // If there is upload data attached, only retrieve from cache because there
|
| // is no current mechanism to prompt the user for their consent for a
|
|
|