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

Side by Side Diff: content/public/common/content_switches.h

Issue 12089100: Delete flag --enable-css-transform-pinch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 CONTENT_EXPORT extern const char kDisableFullScreen[]; 105 CONTENT_EXPORT extern const char kDisableFullScreen[];
106 CONTENT_EXPORT extern const char kEnableTextServicesFramework[]; 106 CONTENT_EXPORT extern const char kEnableTextServicesFramework[];
107 extern const char kEnableGestureTapHighlight[]; 107 extern const char kEnableGestureTapHighlight[];
108 extern const char kEnableGpuBenchmarking[]; 108 extern const char kEnableGpuBenchmarking[];
109 CONTENT_EXPORT extern const char kEnableLogging[]; 109 CONTENT_EXPORT extern const char kEnableLogging[];
110 extern const char kDisableMediaSource[]; 110 extern const char kDisableMediaSource[];
111 extern const char kDisableWebMediaPlayerMS[]; 111 extern const char kDisableWebMediaPlayerMS[];
112 CONTENT_EXPORT extern const char kUseFakeDeviceForMediaStream[]; 112 CONTENT_EXPORT extern const char kUseFakeDeviceForMediaStream[];
113 extern const char kEnableMonitorProfile[]; 113 extern const char kEnableMonitorProfile[];
114 extern const char kEnablePinch[]; 114 extern const char kEnablePinch[];
115 extern const char kEnableCssTransformPinch[];
116 extern const char kEnablePreparsedJsCaching[]; 115 extern const char kEnablePreparsedJsCaching[];
117 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 116 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
118 extern const char kEnablePruneGpuCommandBuffers[]; 117 extern const char kEnablePruneGpuCommandBuffers[];
119 extern const char kEnableSSLCachedInfo[]; 118 extern const char kEnableSSLCachedInfo[];
120 extern const char kEnableSandboxLogging[]; 119 extern const char kEnableSandboxLogging[];
121 extern const char kEnableSeccompSandbox[]; 120 extern const char kEnableSeccompSandbox[];
122 CONTENT_EXPORT extern const char kEnableSoftwareCompositingGLAdapter[]; 121 CONTENT_EXPORT extern const char kEnableSoftwareCompositingGLAdapter[];
123 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 122 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
124 CONTENT_EXPORT extern const char kEnableStatsTable[]; 123 CONTENT_EXPORT extern const char kEnableStatsTable[];
125 extern const char kEnableStrictSiteIsolation[]; 124 extern const char kEnableStrictSiteIsolation[];
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 237
239 #if defined(USE_AURA) 238 #if defined(USE_AURA)
240 CONTENT_EXPORT extern const char kTestCompositor[]; 239 CONTENT_EXPORT extern const char kTestCompositor[];
241 #endif 240 #endif
242 241
243 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[]; 242 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[];
244 243
245 } // namespace switches 244 } // namespace switches
246 245
247 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 246 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698