| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 48caceecf7371c867637db24d1f2a3161a965082..9b9be0c3073505474f9baf659e1850d34b80564b 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -273,6 +273,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";
|
|
|