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

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: Add home button 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 18b9fe54e5eca8c978a162231a37447986d766ae..2fcdc3ad54f737a6bbb46d794bfe3aad143cd055 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -24,6 +24,7 @@ class BrowserActionsContainer;
class Browser;
class HomeImageButton;
class ReloadButton;
+class ToolbarButton;
class WrenchMenu;
class WrenchMenuModel;
class WrenchToolbarButton;
@@ -206,8 +207,8 @@ 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_;
LocationBarView* location_bar_;

Powered by Google App Engine
This is Rietveld 408576698