Index: ui/base/ui_base_switches.cc |
=================================================================== |
--- ui/base/ui_base_switches.cc (revision 147897) |
+++ ui/base/ui_base_switches.cc (working copy) |
@@ -47,8 +47,8 @@ |
// path should point to a locale.pak file. |
const char kLocalePak[] = "locale_pak"; |
-// Disables the new appearance for checkboxes and radio buttons. |
-const char kOldCheckboxStyle[] = "old-checkbox-style"; |
+// Enables a new appearance for checkboxes and radio buttons. |
+const char kNewCheckboxStyle[] = "new-checkbox-style"; |
// Disable ui::MessageBox. This is useful when running as part of scripts that |
// do not have a user interface. |