Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1712)

Unified Diff: chrome/browser/ui/views/theme_install_bubble_view.cc

Issue 7598010: Profiles: Mark the last of BROWSER_THEME_CHANGED AllSources() usages as OK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698