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

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: 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
« no previous file with comments | « chrome/browser/ui/views/tab_icon_view.cc ('k') | chrome/browser/ui/views/toolbar/back_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6383b260a3da80d0a62e55a2542732ac409a5bc0 100644
--- a/chrome/browser/ui/views/toolbar/back_button.h
+++ b/chrome/browser/ui/views/toolbar/back_button.h
@@ -29,11 +29,12 @@ class BackButton : public ToolbarButton {
void SetLeadingMargin(int margin);
- protected:
- gfx::Rect GetThemePaintRect() const override;
+ private:
+ // ToolbarButton:
+ const char* GetClassName() const override;
scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
+ gfx::Rect GetThemePaintRect() const override;
- private:
// Any leading margin to be applied. Used when the back button is in
// a maximized state to extend to the full window width.
int margin_leading_;
« no previous file with comments | « chrome/browser/ui/views/tab_icon_view.cc ('k') | chrome/browser/ui/views/toolbar/back_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698