Commit 5b1bd2e8 authored by erg@google.com's avatar erg@google.com

Profiles: Mark the last of BROWSER_THEME_CHANGED AllSources() usages as OK.

BUG=87457
TEST=none

Review URL: http://codereview.chromium.org/7598010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95918 0039d316-1c4b-4281-b951-d872f2087c98
parent 991bc882
...@@ -64,7 +64,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(NSWindow* window) ...@@ -64,7 +64,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(NSWindow* window)
registrar_.Add( registrar_.Add(
this, this,
chrome::NOTIFICATION_BROWSER_THEME_CHANGED, chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
NotificationService::AllSources()); NotificationService::AllBrowserContextsAndSources());
// Close when we are installing an extension, not a theme. // Close when we are installing an extension, not a theme.
registrar_.Add( registrar_.Add(
......
...@@ -57,7 +57,7 @@ ThemeInstallBubbleViewGtk::ThemeInstallBubbleViewGtk(GtkWidget* parent) ...@@ -57,7 +57,7 @@ ThemeInstallBubbleViewGtk::ThemeInstallBubbleViewGtk(GtkWidget* parent)
registrar_.Add( registrar_.Add(
this, this,
chrome::NOTIFICATION_BROWSER_THEME_CHANGED, chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
NotificationService::AllSources()); NotificationService::AllBrowserContextsAndSources());
// Close when we are installing an extension, not a theme. // Close when we are installing an extension, not a theme.
registrar_.Add( registrar_.Add(
......
...@@ -49,7 +49,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents) ...@@ -49,7 +49,7 @@ ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
registrar_.Add( registrar_.Add(
this, this,
chrome::NOTIFICATION_BROWSER_THEME_CHANGED, chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
NotificationService::AllSources()); NotificationService::AllBrowserContextsAndSources());
// Close when we are installing an extension, not a theme. // Close when we are installing an extension, not a theme.
registrar_.Add( registrar_.Add(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment