summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/button/text_button.h
diff options
context:
space:
mode:
authornoms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 08:56:38 +0000
committernoms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 08:56:38 +0000
commitee4379ebef30d92167b756092d9535351be3f036 (patch)
treec63ed201b8527951f90aefdb0f1497b58aba5638 /ui/views/controls/button/text_button.h
parent3fe8d2f86756a06a49ceff42cc32879e5e63117e (diff)
downloadchromium_src-ee4379ebef30d92167b756092d9535351be3f036.zip
chromium_src-ee4379ebef30d92167b756092d9535351be3f036.tar.gz
chromium_src-ee4379ebef30d92167b756092d9535351be3f036.tar.bz2
Redesign of the avatar menu button.
Screenshots: https://drive.google.com/folderview?id=0B1B1Up4p2NRMYm8zRzFhQkpCTUE&usp=sharing This is behind the --new-profile-management flag, and shows the avatar switcher as a menu button in the caption area. The button shows the user's name, rather than an image. There will be an upcoming CL to ensure that the correct button is displayed for Metro (Win8) browsers (this CL would display the Aero button for Win8 as well). BUG=287883 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228293 Review URL: https://codereview.chromium.org/24647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/controls/button/text_button.h')
-rw-r--r--ui/views/controls/button/text_button.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/controls/button/text_button.h b/ui/views/controls/button/text_button.h
index 5dccaa2..9d9f86c 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); }