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

Unified Diff: chrome/browser/gtk/bookmark_bar_gtk.h

Issue 150176: GTK: First draft of using native themes, partially based on evan's CL 118358. (Closed)
Patch Set: And the codereview tool is back. Created 11 years, 6 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
Index: chrome/browser/gtk/bookmark_bar_gtk.h
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index d7f5eb8ff4a47556a87f28f375875762a18a3a03..3d0c03cc17b28b34435ae816372f3419b50a04bb 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -67,6 +67,9 @@ class BookmarkBarGtk : public AnimationDelegate,
// Returns true if the bookmarks bar preference is set to 'always show'.
bool IsAlwaysShown();
+ // Alerts us that the theme changed, and we might need to change theme images.
+ void UserChangedTheme(Profile* profile);
+
// AnimationDelegate implementation ------------------------------------------
virtual void AnimationProgressed(const Animation* animation);
virtual void AnimationEnded(const Animation* animation);

Powered by Google App Engine
This is Rietveld 408576698