| Index: chrome/browser/plugin_installer.cc
|
| diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
|
| index 36e2a09d4d5af508c14fdcdd019556422405cc8b..149a981c36ed22fa97a85896a55788f08198acc7 100644
|
| --- a/chrome/browser/plugin_installer.cc
|
| +++ b/chrome/browser/plugin_installer.cc
|
| @@ -148,7 +148,7 @@ void PluginInstaller::StartInstalling(TabContentsWrapper* wrapper) {
|
| plugin_url_, ResourceDispatcherHost::Get(),
|
| wrapper->profile()->GetResourceContext(),
|
| web_contents->GetRenderProcessHost()->GetID(),
|
| - web_contents->GetRenderViewHost()->routing_id(),
|
| + web_contents->GetRenderViewHost()->GetRoutingID(),
|
| base::Bind(&PluginInstaller::DownloadStarted,
|
| base::Unretained(this),
|
| make_scoped_refptr(
|
|
|