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

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

Issue 869453002: Define class names for views class in c/b/ui/views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: inline class name strings Created 5 years, 11 months 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/back_button.h
diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h
index ad37dc29b190f4aa49db199c82da24a8bb61c89a..b5229727265bae41b75f5f31df813260cacc3bc0 100644
--- a/chrome/browser/ui/views/toolbar/back_button.h
+++ b/chrome/browser/ui/views/toolbar/back_button.h
@@ -30,7 +30,13 @@ class BackButton : public ToolbarButton {
void SetLeadingMargin(int margin);
protected:
+ // NativeThemeDelegate:
Peter Kasting 2015/01/23 07:28:11 This class doesn't inherit directly from NativeThe
oshima 2015/01/24 01:23:07 Done.
gfx::Rect GetThemePaintRect() const override;
+
+ // views::View:
+ const char* GetClassName() const override;
+
+ // views::LabelButton:
scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698