Index: ui/base/ui_base_switches.cc |
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc |
index 33cff9f0c978f90e9f55ec29f5c9a8caf718929b..92c2be924b8ce5234ad552ea04e9e75e38e6f300 100644 |
--- a/ui/base/ui_base_switches.cc |
+++ b/ui/base/ui_base_switches.cc |
@@ -47,8 +47,8 @@ const char kLoad2xResources[] = "load-2x-resources"; |
// path should point to a locale.pak file. |
const char kLocalePak[] = "locale_pak"; |
-// Enables a new appearance for checkboxes and radio buttons. |
-const char kNewCheckboxStyle[] = "new-checkbox-style"; |
+// Disables the new appearance for checkboxes and radio buttons. |
+const char kOldCheckboxStyle[] = "old-checkbox-style"; |
// Disable ui::MessageBox. This is useful when running as part of scripts that |
// do not have a user interface. |