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

Unified Diff: chrome/browser/ui/cocoa/theme_install_bubble_view.mm

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 | « no previous file | chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/theme_install_bubble_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698