Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: chromeos/chromeos_switches.cc

Issue 2641733002: Initial patch set to implement improved touch support for screen magnification (Closed)
Patch Set: Change flag name and description. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698