Changing default for calibration from enable to disable
BUG=127616
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10332133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136983 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index 93601f46..3a03a276 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -10,13 +10,13 @@
// the contents in the absence of a viewport meta tag.
const char kDefaultDeviceScaleFactor[] = "default-device-scale-factor";
-// Enable touch screen calibration.
-const char kDisableTouchCalibration[] = "disable-touch-calibration";
-
// Let text glyphs have X-positions that aren't snapped to the pixel grid.
const char kEnableTextSubpixelPositioning[] =
"enable-text-subpixel-positioning";
+// Enable touch screen calibration.
+const char kEnableTouchCalibration[] = "enable-touch-calibration";
+
// Enable support for touch events.
const char kEnableTouchEvents[] = "enable-touch-events";