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

Unified Diff: ui/base/ui_base_switches.h

Issue 10306014: Calibrating touch input (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing comments Created 8 years, 8 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.h
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index b67b2b8aed815f290136663c009de41021c7982f..0b2f43d63bb2da8ee126a70fa735974c69da584c 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -19,6 +19,7 @@ UI_EXPORT extern const char kLang[];
UI_EXPORT extern const char kLocalePak[];
UI_EXPORT extern const char kNoMessageBox[];
UI_EXPORT extern const char kTouchOptimizedUI[];
+UI_EXPORT extern const char kDisableTouchCalibration[];
sky 2012/05/04 16:31:41 Keep sorted.
Mr4D (OOO till 08-26) 2012/05/07 16:28:21 Done.
#if defined(OS_MACOSX)
// TODO(kbr): remove this and the associated old code path:

Powered by Google App Engine
This is Rietveld 408576698