diff options
Diffstat (limited to 'chrome/browser/extensions/extension_tab_helper.cc')
-rw-r--r-- | chrome/browser/extensions/extension_tab_helper.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tab_helper.cc b/chrome/browser/extensions/extension_tab_helper.cc index 5df7f6a..b45b0ad 100644 --- a/chrome/browser/extensions/extension_tab_helper.cc +++ b/chrome/browser/extensions/extension_tab_helper.cc @@ -207,7 +207,8 @@ void ExtensionTabHelper::OnGetAppNotifyChannel( } AppNotifyChannelUI* ui = new AppNotifyChannelUIImpl( - GetBrowser(), tab_contents_wrapper(), extension->name()); + profile, tab_contents_wrapper(), extension->name(), + AppNotifyChannelUI::NOTIFICATION_INFOBAR); scoped_refptr<AppNotifyChannelSetup> channel_setup( new AppNotifyChannelSetup(profile, |