| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 69c5a46e3d9cdb4171623710d950fdc5abe32825..1121a6becced4e440a96cfd395b2509401cdf6df 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -149,8 +149,9 @@ void ReloadPluginInfoBarDelegate::Create(
|
| InfoBarService* infobar_service,
|
| content::NavigationController* controller,
|
| const base::string16& message) {
|
| - infobar_service->AddInfoBar(
|
| - ConfirmInfoBarDelegate::CreateInfoBar(scoped_ptr<ConfirmInfoBarDelegate>(
|
| + infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| + infobar_service,
|
| + scoped_ptr<ConfirmInfoBarDelegate>(
|
| new ReloadPluginInfoBarDelegate(controller, message))));
|
| }
|
|
|
|
|