Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a981722f0ecda6bfb4ded695395f824c5580c9ca..cc018598d2dd30f57303bbc0a2b997b3ba14664d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1344,8 +1344,8 @@ const char kTabletUi[] = "tablet-ui"; |
// Disables gdata content provider. |
const char kDisableGData[] = "disable-gdata"; |
-// Enables new OOBE/sign in design. |
-extern const char kEnableNewOobe[] = "enable-new-oobe"; |
+// Disables new OOBE/sign in design. |
+extern const char kDisableNewOobe[] = "disable-new-oobe"; |
// Enables touchpad three-finger-click as middle button. |
const char kEnableTouchpadThreeFingerClick[] |