| Index: chrome/browser/notifications/platform_notification_service_impl.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.cc b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| index 2bb49e3accf09a8d63279b1221ca4cb3ee6b5a12..346e87fee0e336d7e2e58de8090136e48af7a64a 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -526,8 +526,7 @@ void PlatformNotificationServiceImpl::OpenNotificationSettings(
|
| chrome::ShowContentSettingsExceptionsInWindow(
|
| profile, CONTENT_SETTINGS_TYPE_NOTIFICATIONS);
|
| } else {
|
| - chrome::ScopedTabbedBrowserDisplayer browser_displayer(
|
| - profile, chrome::GetActiveDesktop());
|
| + chrome::ScopedTabbedBrowserDisplayer browser_displayer(profile);
|
| chrome::ShowContentSettingsExceptions(browser_displayer.browser(),
|
| CONTENT_SETTINGS_TYPE_NOTIFICATIONS);
|
| }
|
|
|