| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 0b264cbb87689d758f6dcf53a3ced2b10c99a3dc..c60ef0adbb16aa84f8b062308bd39c434682d03f 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -288,6 +288,10 @@ const char kEnableTouchCalibrationSetting[] =
|
| const char kEnableTouchpadThreeFingerClick[] =
|
| "enable-touchpad-three-finger-click";
|
|
|
| +// Enables touch support for screen magnifier.
|
| +const char kEnableTouchSupportForScreenMagnifier[] =
|
| + "enable-touch-support-for-screen-magnifier";
|
| +
|
| // Enables the chromecast support for video player app.
|
| const char kEnableVideoPlayerChromecastSupport[] =
|
| "enable-video-player-chromecast-support";
|
|
|