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

Unified Diff: ui/views/controls/button/text_button.h

Issue 24647003: Redesign of the avatar menu button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better fix for app/popup browser crash Created 7 years, 2 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/button/text_button.h
diff --git a/ui/views/controls/button/text_button.h b/ui/views/controls/button/text_button.h
index 5dccaa2ad116f1845b11dfc18216e441bf111964..9d9f86cfd2e8e35fb64472771c90609d08f252f8 100644
--- a/ui/views/controls/button/text_button.h
+++ b/ui/views/controls/button/text_button.h
@@ -65,7 +65,6 @@ class VIEWS_EXPORT TextButtonDefaultBorder : public TextButtonBorder {
TextButtonDefaultBorder();
virtual ~TextButtonDefaultBorder();
- protected:
// TextButtonDefaultBorder takes and retains ownership of these |painter|s.
void set_normal_painter(Painter* painter) { normal_painter_.reset(painter); }
void set_hot_painter(Painter* painter) { hot_painter_.reset(painter); }
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698