summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/button/checkbox2.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-21 00:50:26 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-21 00:50:26 +0000
commit443a4b92574e123034450906da6fac6bbb7d9dd3 (patch)
tree28120062400ef4deaeae2f328677f2cda719ac20 /chrome/views/controls/button/checkbox2.h
parent986b7694534e767af2656a41f756c8d4ed864243 (diff)
downloadchromium_src-443a4b92574e123034450906da6fac6bbb7d9dd3.zip
chromium_src-443a4b92574e123034450906da6fac6bbb7d9dd3.tar.gz
chromium_src-443a4b92574e123034450906da6fac6bbb7d9dd3.tar.bz2
Add support for radio buttons. The code implementing checked/group was copied from the old radio button.
Review URL: http://codereview.chromium.org/50080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/controls/button/checkbox2.h')
-rw-r--r--chrome/views/controls/button/checkbox2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/views/controls/button/checkbox2.h b/chrome/views/controls/button/checkbox2.h
index a10c993..d2c1e0f 100644
--- a/chrome/views/controls/button/checkbox2.h
+++ b/chrome/views/controls/button/checkbox2.h
@@ -70,11 +70,6 @@ class Checkbox2 : public NativeButton2 {
DISALLOW_COPY_AND_ASSIGN(Checkbox2);
};
-// TODO(beng): move to own file and un-stub:
-class RadioButton2 : public Checkbox2 {
-
-};
-
} // namespace views
#endif // #ifndef CHROME_VIEWS_CONTROLS_BUTTON_CHECKBOX2_H_