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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 62873007: [Toolbar] Base toolbar button class with background images for button states (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: overriding Created 7 years 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/ui/views/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index c68286ee89957becee0fa621563e33d7281c0db8..6818931c37a59f596a2834882bd00db59d053f9e 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -20,10 +20,12 @@
#include "ui/views/controls/button/menu_button_listener.h"
#include "ui/views/view.h"
+class BackButton;
class BrowserActionsContainer;
class Browser;
-class HomeImageButton;
+class HomeButton;
class ReloadButton;
+class ToolbarButton;
class WrenchMenu;
class WrenchMenuModel;
class WrenchToolbarButton;
@@ -210,10 +212,10 @@ class ToolbarView : public views::AccessiblePaneView,
int content_shadow_height() const;
// Controls
- views::ImageButton* back_;
- views::ImageButton* forward_;
+ BackButton* back_;
+ ToolbarButton* forward_;
ReloadButton* reload_;
- HomeImageButton* home_;
+ HomeButton* home_;
LocationBarView* location_bar_;
BrowserActionsContainer* browser_actions_;
WrenchToolbarButton* app_menu_;
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_button_test.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698