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

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

Issue 18798004: Add command line flags to enable Web Animations CSS and SVG implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/child/runtime_features.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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 #if defined(OS_ANDROID) 83 #if defined(OS_ANDROID)
84 CONTENT_EXPORT extern const char kDisableWebRTC[]; 84 CONTENT_EXPORT extern const char kDisableWebRTC[];
85 CONTENT_EXPORT extern const char kEnableSpeechRecognition[]; 85 CONTENT_EXPORT extern const char kEnableSpeechRecognition[];
86 #endif 86 #endif
87 CONTENT_EXPORT extern const char kDisableWebAudio[]; 87 CONTENT_EXPORT extern const char kDisableWebAudio[];
88 #if defined(ENABLE_WEBRTC) 88 #if defined(ENABLE_WEBRTC)
89 extern const char kEnableWebRtcAecRecordings[]; 89 extern const char kEnableWebRtcAecRecordings[];
90 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[]; 90 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[];
91 #endif 91 #endif
92 extern const char kEnableWebRtcTcpServerSocket[]; 92 extern const char kEnableWebRtcTcpServerSocket[];
93 extern const char kEnableWebAnimationsCSS[];
94 extern const char kEnableWebAnimationsSVG[];
93 extern const char kEnableWebMIDI[]; 95 extern const char kEnableWebMIDI[];
94 extern const char kDisableWebSecurity[]; 96 extern const char kDisableWebSecurity[];
95 extern const char kEnableExperimentalWebSocket[]; 97 extern const char kEnableExperimentalWebSocket[];
96 extern const char kDisableXSSAuditor[]; 98 extern const char kDisableXSSAuditor[];
97 CONTENT_EXPORT extern const char kDomAutomationController[]; 99 CONTENT_EXPORT extern const char kDomAutomationController[];
98 CONTENT_EXPORT extern const char kStatsCollectionController[]; 100 CONTENT_EXPORT extern const char kStatsCollectionController[];
99 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[]; 101 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
100 extern const char kEnableAccessibilityLogging[]; 102 extern const char kEnableAccessibilityLogging[];
101 extern const char kEnableAudibleNotifications[]; 103 extern const char kEnableAudibleNotifications[];
102 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[]; 104 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[];
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 275 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
274 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 276 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
275 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 277 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
276 278
277 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; 279 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
278 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; 280 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
279 281
280 } // namespace switches 282 } // namespace switches
281 283
282 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 284 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698