Chromium Code Reviews| 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..d542375726239c26e64650c4d69520c76579c2ca 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[] = "no-touch-calibration"; |
|
sadrul
2012/05/04 14:02:56
This should either be kNoTouchCalibration or disab
Mr4D (OOO till 08-26)
2012/05/04 15:01:06
Done.
|
| + |
| + |
| #if defined(OS_MACOSX) |
| const char kDisableCompositedCoreAnimationPlugins[] = |
| "disable-composited-core-animation-plugins"; |