| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8d8961f12a3adfefd6e63c34f0a67f85deb16517..7b3a3212ce51a3ac924f2a4c71175fb37d488b5e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -322,9 +322,6 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
| // Enables compositor-accelerated touch-screen pinch gestures.
|
| const char kEnablePinch[] = "enable-pinch";
|
|
|
| -// Enables Android-style touch-screen pinch gestures.
|
| -const char kEnableCssTransformPinch[] = "enable-css-transform-pinch";
|
| -
|
| // Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
|
| const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
|
|
|
|