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

Unified Diff: chrome/browser/ui/views/toolbar/home_button.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/home_button.h
diff --git a/chrome/browser/ui/views/toolbar/home_button.h b/chrome/browser/ui/views/toolbar/home_button.h
index 5a1657c8ddeb1a5d0a4bf6feaadf5fbbdf1d6856..36a1e624a3385ff1d7bc23ab1ef89a2401ab0324 100644
--- a/chrome/browser/ui/views/toolbar/home_button.h
+++ b/chrome/browser/ui/views/toolbar/home_button.h
@@ -7,11 +7,11 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "ui/views/controls/button/image_button.h"
+#include "chrome/browser/ui/views/toolbar/toolbar_button.h"
class Browser;
-class HomeImageButton : public views::ImageButton {
+class HomeImageButton : public ToolbarButton {
Peter Kasting 2013/11/19 02:28:50 Nit: Incidentally, we maybe should rename this Hom
Greg Billock 2013/11/20 00:59:03 Done.
public:
HomeImageButton(views::ButtonListener* listener, Browser* browser);
virtual ~HomeImageButton();

Powered by Google App Engine
This is Rietveld 408576698