| 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 50153c6706bfa0951f8506161aa063702a7069b1..ef7df41c0379ae08a312c8ad282aa91a9c09a616 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -847,8 +847,8 @@ ResourceDispatcherHostImpl::CreateResourceHandlerForDownload(
|
| ScopedVector<ResourceThrottle> throttles;
|
| delegate_->DownloadStarting(
|
| request, request_info->GetContext(), request_info->GetChildID(),
|
| - request_info->GetRouteID(), request_info->GetRequestID(),
|
| - is_content_initiated, must_download, &throttles);
|
| + request_info->GetRouteID(), is_content_initiated, must_download,
|
| + &throttles);
|
| if (!throttles.empty()) {
|
| handler.reset(new ThrottlingResourceHandler(std::move(handler), request,
|
| std::move(throttles)));
|
|
|