Index: chrome/browser/download/download_extension_api.cc |
diff --git a/chrome/browser/download/download_extension_api.cc b/chrome/browser/download/download_extension_api.cc |
index a80780c0a5100c46538dfada545a4d0b71295ba6..e1f811d4cbd3bc4d9db673a363fcfe616306d005 100644 |
--- a/chrome/browser/download/download_extension_api.cc |
+++ b/chrome/browser/download/download_extension_api.cc |
@@ -433,8 +433,8 @@ bool DownloadsDownloadFunction::ParseArgs() { |
} |
iodata_->rdh = ResourceDispatcherHost::Get(); |
iodata_->resource_context = profile()->GetResourceContext(); |
- iodata_->render_process_host_id = render_view_host()->process()->GetID(); |
- iodata_->render_view_host_routing_id = render_view_host()->routing_id(); |
+ iodata_->render_process_host_id = render_view_host()->GetProcess()->GetID(); |
+ iodata_->render_view_host_routing_id = render_view_host()->GetRoutingID(); |
return true; |
} |