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

Unified Diff: ui/base/ui_base_switches.cc

Issue 10306014: Calibrating touch input (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed log entries Created 8 years, 7 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: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index d1a2597f5a17c9a41e63ebc635de4aab323a100b..2f05b678a72140662255a29db10e53509ae9e6d0 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -28,6 +28,10 @@ const char kNoMessageBox[] = "no-message-box";
// Enables UI changes that make it easier to use with a touchscreen.
const char kTouchOptimizedUI[] = "touch-optimized-ui";
+// Enable touch screen calibration.
+const char kDisableTouchCalibration[] = "disable-touch-calibration";
sadrul 2012/05/07 17:40:47 You want to move this up to be the same order as i
Mr4D (OOO till 08-26) 2012/05/07 18:30:40 Done.
+
+
#if defined(OS_MACOSX)
const char kDisableCompositedCoreAnimationPlugins[] =
"disable-composited-core-animation-plugins";
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/base/x/events_x.cc » ('j') | ui/base/x/events_x.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698