| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| index 094ad36d1d50d83749d9d5bfccd19cdb8e1cf1c6..e6ffbb604f53089b80d043f7a497cd5694152996 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -490,7 +490,7 @@ void ChromeResourceDispatcherHostDelegate::DownloadStarting(
|
| // If it's from the web, we don't trust it, so we push the throttle on.
|
| if (is_content_initiated) {
|
| throttles->push_back(
|
| - new DownloadResourceThrottle(download_request_limiter_.get(),
|
| + new DownloadResourceThrottle(download_request_limiter_,
|
| child_id,
|
| route_id,
|
| request->url(),
|
|
|