| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 9e04b6d029ac2fff1d0efbd8bf8e06a6dfdd7818..78e897cfe8c8ffa6d771d26417ef84aed514aa3d 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -268,6 +268,10 @@ const char kEnableTouchCalibrationSetting[] =
|
| const char kEnableTouchpadThreeFingerClick[] =
|
| "enable-touchpad-three-finger-click";
|
|
|
| +// Enables touch support for screen magnification.
|
| +const char kEnableTouchSupportForScreenMagnification[] =
|
| + "enable-touch-support-for-screen-magnification";
|
| +
|
| // Enables the chromecast support for video player app.
|
| const char kEnableVideoPlayerChromecastSupport[] =
|
| "enable-video-player-chromecast-support";
|
|
|