| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 4fc7c47d21a8be595d2a3b605739d4b3624b0b5f..9c7d3c33fcee8076031ac8747df672beea4c6e5c 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -255,7 +255,7 @@ void PluginObserver::FindPluginToUpdate(int placeholder_id,
|
| TabContents* tab_contents = TabContents::FromWebContents(web_contents());
|
| InfoBarTabHelper* infobar_helper = tab_contents->infobar_tab_helper();
|
| infobar_helper->AddInfoBar(
|
| - OutdatedPluginInfoBarDelegate::Create(this, installer));
|
| + OutdatedPluginInfoBarDelegate::Create(web_contents(), installer));
|
| }
|
|
|
| void PluginObserver::OnFindMissingPlugin(int placeholder_id,
|
|
|