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

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

Issue 11052019: <browser> Make new implementation the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove flag from chrome://flags, add platform app check for both implementation. Created 8 years, 2 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
« no previous file with comments | « content/public/common/content_constants.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 CONTENT_EXPORT extern const char kDisableWebAudio[]; 84 CONTENT_EXPORT extern const char kDisableWebAudio[];
85 #endif 85 #endif
86 extern const char kDisableWebSecurity[]; 86 extern const char kDisableWebSecurity[];
87 extern const char kDisableWebSockets[]; 87 extern const char kDisableWebSockets[];
88 extern const char kDisableXSSAuditor[]; 88 extern const char kDisableXSSAuditor[];
89 CONTENT_EXPORT extern const char kDomAutomationController[]; 89 CONTENT_EXPORT extern const char kDomAutomationController[];
90 CONTENT_EXPORT extern const char kEnableAcceleratedPainting[]; 90 CONTENT_EXPORT extern const char kEnableAcceleratedPainting[];
91 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[]; 91 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
92 extern const char kEnableAcceleratedPlugins[]; 92 extern const char kEnableAcceleratedPlugins[];
93 extern const char kEnableAccessibilityLogging[]; 93 extern const char kEnableAccessibilityLogging[];
94 extern const char kEnableBrowserPluginOldImplementation[];
94 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[]; 95 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
95 extern const char kEnableCssShaders[]; 96 extern const char kEnableCssShaders[];
96 CONTENT_EXPORT extern const char kEnableDeviceMotion[]; 97 CONTENT_EXPORT extern const char kEnableDeviceMotion[];
97 CONTENT_EXPORT extern const char kEnableEncryptedMedia[]; 98 CONTENT_EXPORT extern const char kEnableEncryptedMedia[];
98 extern const char kEnableExperimentalWebKitFeatures[]; 99 extern const char kEnableExperimentalWebKitFeatures[];
99 extern const char kEnableFastback[]; 100 extern const char kEnableFastback[];
100 CONTENT_EXPORT extern const char kEnableFixedLayout[]; 101 CONTENT_EXPORT extern const char kEnableFixedLayout[];
101 CONTENT_EXPORT extern const char kDisableFullScreen[]; 102 CONTENT_EXPORT extern const char kDisableFullScreen[];
102 CONTENT_EXPORT extern const char kEnableTextServicesFramework[]; 103 CONTENT_EXPORT extern const char kEnableTextServicesFramework[];
103 extern const char kEnableGestureTapHighlight[]; 104 extern const char kEnableGestureTapHighlight[];
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 230
230 #if defined(USE_AURA) 231 #if defined(USE_AURA)
231 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 232 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
232 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 233 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
233 CONTENT_EXPORT extern const char kTestCompositor[]; 234 CONTENT_EXPORT extern const char kTestCompositor[];
234 #endif 235 #endif
235 236
236 } // namespace switches 237 } // namespace switches
237 238
238 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 239 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/common/content_constants.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698