| Index: chrome/browser/renderer_host/download_resource_handler.cc
|
| diff --git a/chrome/browser/renderer_host/download_resource_handler.cc b/chrome/browser/renderer_host/download_resource_handler.cc
|
| index b333bf4250a2d226f2eb026ba26df952184ca312..8e883c8452b53db789c8e2ac104590f6fcd4bfdd 100644
|
| --- a/chrome/browser/renderer_host/download_resource_handler.cc
|
| +++ b/chrome/browser/renderer_host/download_resource_handler.cc
|
| @@ -89,7 +89,8 @@ bool DownloadResourceHandler::OnResponseStarted(int request_id,
|
| info->state = DownloadItem::IN_PROGRESS;
|
| info->download_id = download_id_;
|
| info->has_user_gesture = request_info->has_user_gesture();
|
| - info->process_handle = DownloadProcessHandle(global_id_.child_id,
|
| + info->process_handle = DownloadProcessHandle(rdh_,
|
| + global_id_.child_id,
|
| render_view_id_,
|
| global_id_.request_id);
|
| info->content_disposition = content_disposition_;
|
|
|