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

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

Issue 15061006: views: Switch Checkbox over to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: almost working - :p Created 7 years, 7 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: ui/views/controls/button/button.h
diff --git a/ui/views/controls/button/button.h b/ui/views/controls/button/button.h
index 8164be2a23836e4ba6c6fe36d1b772447796a32f..b3532fccdb5213ba9a0c46afea58591a697340d7 100644
--- a/ui/views/controls/button/button.h
+++ b/ui/views/controls/button/button.h
@@ -44,6 +44,8 @@ class VIEWS_EXPORT Button : public View {
STYLE_BUTTON = 0,
STYLE_TEXTBUTTON,
STYLE_NATIVE_TEXTBUTTON,
+ STYLE_CHECKBOX,
+ STYLE_RADIO_BUTTON,
msw 2013/05/13 01:37:22 nit: consider STYLE_RADIO.
tfarina 2013/05/13 01:47:12 Done.
STYLE_COUNT,
};

Powered by Google App Engine
This is Rietveld 408576698