Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index e00e557ac5cfc96143ca27ebeb7d01668be3aeb0..435e2b5e3dc094cc21caa5e9fcee51a011d9b8de 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -277,6 +277,9 @@ const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs"; |
// Enables partial swaps in the WK compositor on platforms that support it. |
const char kEnablePartialSwap[] = "enable-partial-swap"; |
+// Enables touch-screen pinch gestures. |
+const char kEnablePinch[] = "enable-pinch"; |
+ |
// Enable caching of pre-parsed JS script data. See http://crbug.com/32407. |
const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching"; |
@@ -336,7 +339,8 @@ const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; |
const char kEnableVideoTrack[] = "enable-video-track"; |
// Enables the use of the viewport meta tag, which allows |
-// pages to control aspects of their own layout. |
+// pages to control aspects of their own layout. This also turns on touch-screen |
+// pinch gestures. |
const char kEnableViewport[] = "enable-viewport"; |
// Enables experimental features for the geolocation API. |