summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bookmark_bar_view.h
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 07:32:38 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 07:32:38 +0000
commitca5c4e5bd40a8f2f59c53f5a29bcde2591633ee8 (patch)
tree8082eab2dadce68986de0804e3933cd8fdb6c0cb /chrome/browser/views/bookmark_bar_view.h
parentce1fd4bfd4849008598d679a40ac23082e93b156 (diff)
downloadchromium_src-ca5c4e5bd40a8f2f59c53f5a29bcde2591633ee8.zip
chromium_src-ca5c4e5bd40a8f2f59c53f5a29bcde2591633ee8.tar.gz
chromium_src-ca5c4e5bd40a8f2f59c53f5a29bcde2591633ee8.tar.bz2
Make the bookmark buttons follow theme changes correctly.
BUG=none TEST=none Review URL: http://codereview.chromium.org/160092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view.h')
-rw-r--r--chrome/browser/views/bookmark_bar_view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h
index f1a9b30..cac9b9f 100644
--- a/chrome/browser/views/bookmark_bar_view.h
+++ b/chrome/browser/views/bookmark_bar_view.h
@@ -343,6 +343,9 @@ class BookmarkBarView : public views::View,
const NotificationSource& source,
const NotificationDetails& details);
+ // Overridden from views::View.
+ virtual void ThemeChanged();
+
// If the ModelChangedListener is non-null, ModelChanged is invoked on it.
void NotifyModelChanged();
@@ -377,6 +380,9 @@ class BookmarkBarView : public views::View,
// throbs.
void StopThrobbing(bool immediate);
+ // Updates the colors for all the buttons in the bookmarks bar.
+ void UpdateButtonColors();
+
NotificationRegistrar registrar_;
Profile* profile_;