| Index: chrome/browser/ui/cocoa/theme_install_bubble_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/theme_install_bubble_view.mm b/chrome/browser/ui/cocoa/theme_install_bubble_view.mm
|
| index 0048a273e70756acc473e5ab3325379942676441..bd23add9737bb177b38c6a780d0374a2c0051cb5 100644
|
| --- a/chrome/browser/ui/cocoa/theme_install_bubble_view.mm
|
| +++ b/chrome/browser/ui/cocoa/theme_install_bubble_view.mm
|
| @@ -64,7 +64,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(NSWindow* window)
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
|
| - NotificationService::AllSources());
|
| + NotificationService::AllBrowserContextsAndSources());
|
|
|
| // Close when we are installing an extension, not a theme.
|
| registrar_.Add(
|
|
|