| Index: content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| index aeb257368cec219484bfcc40fdd12b1277de5731..51bbfb6371ed796f9326315f0186ca453edbc3b2 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
|
| @@ -573,7 +573,7 @@ ResourceDispatcherHostImpl::CreateResourceHandlerForDownload(
|
| const DownloadResourceHandler::OnStartedCallback& started_cb) {
|
| scoped_refptr<ResourceHandler> handler(
|
| new DownloadResourceHandler(child_id, route_id, request_id,
|
| - request->url(), download_file_manager_.get(),
|
| + request->url(), download_file_manager_,
|
| request, started_cb, save_info));
|
| if (delegate_) {
|
| ScopedVector<ResourceThrottle> throttles;
|
|
|