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..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"; |