| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 99aad60f61933c28b8463a42207313fe9d17762e..206177a866222af3959f6e7c43b1d1cfed51c734 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -321,7 +321,7 @@ void PluginObserver::InstallMissingPlugin(
|
| TabModalConfirmDialog::Create(
|
| new ConfirmInstallDialogDelegate(
|
| web_contents(), installer, plugin_metadata.Pass()),
|
| - TabContents::FromWebContents(web_contents()));
|
| + web_contents());
|
| }
|
| }
|
|
|
|
|