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