Index: chrome/browser/notifications/notification_options_menu_model.cc |
=================================================================== |
--- chrome/browser/notifications/notification_options_menu_model.cc (revision 148382) |
+++ chrome/browser/notifications/notification_options_menu_model.cc (working copy) |
@@ -254,7 +254,7 @@ |
if (!browser) { |
// It is possible that there is no browser window (e.g. when there are |
// background pages, or for a chrome frame process on windows). |
- browser = Browser::Create(balloon_->profile()); |
+ browser = new Browser(Browser::CreateParams(balloon_->profile())); |
} |
chrome::ShowContentSettings(browser, CONTENT_SETTINGS_TYPE_NOTIFICATIONS); |
break; |