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

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: tweaks Created 7 years, 1 month 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..975537954f307c67c1bce9824e65466b3304676a 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -22,8 +22,9 @@
class BrowserActionsContainer;
class Browser;
-class HomeImageButton;
+class HomeButton;
class ReloadButton;
+class ToolbarButton;
class WrenchMenu;
class WrenchMenuModel;
class WrenchToolbarButton;
@@ -210,10 +211,10 @@ class ToolbarView : public views::AccessiblePaneView,
int content_shadow_height() const;
// Controls
- views::ImageButton* back_;
- views::ImageButton* forward_;
+ ToolbarButton* back_;
+ ToolbarButton* forward_;
ReloadButton* reload_;
- HomeImageButton* home_;
+ HomeButton* home_;
LocationBarView* location_bar_;
BrowserActionsContainer* browser_actions_;
WrenchToolbarButton* app_menu_;

Powered by Google App Engine
This is Rietveld 408576698