diff options
Diffstat (limited to 'chrome/browser/gtk/browser_toolbar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/browser_toolbar_gtk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/gtk/browser_toolbar_gtk.h b/chrome/browser/gtk/browser_toolbar_gtk.h index fefb000..9aeee9a 100644 --- a/chrome/browser/gtk/browser_toolbar_gtk.h +++ b/chrome/browser/gtk/browser_toolbar_gtk.h @@ -18,6 +18,7 @@ class BackForwardButtonGtk; class Browser; class BrowserWindowGtk; class CustomDrawButton; +class GtkThemeProvider; class GoButtonGtk; class LocationBar; class LocationBarViewGtk; @@ -78,9 +79,6 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver, ToolbarStarToggleGtk* star() { return star_.get(); } - // Alerts us that the theme changed, and we might need to change theme images. - void UserChangedTheme(); - // Implement AutocompletePopupPositioner, return the position of where the // Omnibox results popup should go (from the star to the go buttons). virtual gfx::Rect GetPopupBounds() const; @@ -179,6 +177,8 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver, // The model that contains the security level, text, icon to display... ToolbarModel* model_; + GtkThemeProvider* theme_provider_; + scoped_ptr<MenuGtk> page_menu_; scoped_ptr<MenuGtk> app_menu_; |