Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1244)

Unified Diff: chromeos/chromeos_switches.cc

Issue 2620073002: Adds the touch calibration setting behind a chrome switch (Closed)
Patch Set: Adds the touch calibration setting behind a chrome switch Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 4a6bdfa83a9b5e0c4b8e1a5cfacb13a082c95787..ca3ab8aacb60722fc5caef040feefff6439061f6 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -259,6 +259,11 @@ const char kEnableRequestTabletSite[] = "enable-request-tablet-site";
const char kEnableScreenshotTestingWithMode[] =
"enable-screenshot-testing-with-mode";
+// Enables the touch calibration option in MD settings UI for valid touch
+// displays.
+const char kEnableTouchCalibrationSetting[] =
+ "enable-touch-calibration-setting";
+
// Enables touchpad three-finger-click as middle button.
const char kEnableTouchpadThreeFingerClick[] =
"enable-touchpad-three-finger-click";

Powered by Google App Engine
This is Rietveld 408576698