| Index: chrome/browser/ui/views/theme_install_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/theme_install_bubble_view.cc b/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| index c3e09e482f63c7dd4268542929721184187cb80f..67c26f711abd878a6564dc3d5f0fb71022cd096b 100644
|
| --- a/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| @@ -49,7 +49,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
|
| - NotificationService::AllSources());
|
| + NotificationService::AllBrowserContextsAndSources());
|
|
|
| // Close when we are installing an extension, not a theme.
|
| registrar_.Add(
|
|
|