| 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 18724573204b3bda33ef31494346026ad27a7705..76856f4a8296f3ee7dff4423c4ba9c66e67f34b7 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -479,7 +479,6 @@ void ChromeResourceDispatcherHostDelegate::DownloadStarting(
|
| content::ResourceContext* resource_context,
|
| int child_id,
|
| int route_id,
|
| - int request_id,
|
| bool is_content_initiated,
|
| bool must_download,
|
| ScopedVector<content::ResourceThrottle>* throttles) {
|
| @@ -497,7 +496,7 @@ void ChromeResourceDispatcherHostDelegate::DownloadStarting(
|
| #if BUILDFLAG(ANDROID_JAVA_UI)
|
| throttles->push_back(
|
| new chrome::InterceptDownloadResourceThrottle(
|
| - request, child_id, route_id, request_id, must_download));
|
| + request, child_id, route_id, must_download));
|
| #endif
|
| }
|
|
|
|
|