| 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 dfb9d0da5c68049075113b32189741081337201a..4ecaf1512297f9288e2a88288c9605152fe7dada 100644
 | 
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
 | 
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
 | 
| @@ -516,8 +516,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);
 | 
|    }
 | 
| 
 |