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

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

Issue 22342005: Add --enable-html-imports commandline switch and about-flags entry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[]; 86 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[];
87 extern const char kEnableWebRtcAecRecordings[]; 87 extern const char kEnableWebRtcAecRecordings[];
88 extern const char kEnableWebRtcHWDecoding[]; 88 extern const char kEnableWebRtcHWDecoding[];
89 #endif 89 #endif
90 extern const char kEnableWebRtcTcpServerSocket[]; 90 extern const char kEnableWebRtcTcpServerSocket[];
91 extern const char kEnableWebAnimationsCSS[]; 91 extern const char kEnableWebAnimationsCSS[];
92 extern const char kEnableWebAnimationsSVG[]; 92 extern const char kEnableWebAnimationsSVG[];
93 extern const char kEnableWebMIDI[]; 93 extern const char kEnableWebMIDI[];
94 extern const char kDisableWebSecurity[]; 94 extern const char kDisableWebSecurity[];
95 extern const char kEnableExperimentalWebSocket[]; 95 extern const char kEnableExperimentalWebSocket[];
96 extern const char kEnableHTMLImports[];
96 extern const char kDisableXSSAuditor[]; 97 extern const char kDisableXSSAuditor[];
97 CONTENT_EXPORT extern const char kDomAutomationController[]; 98 CONTENT_EXPORT extern const char kDomAutomationController[];
98 CONTENT_EXPORT extern const char kStatsCollectionController[]; 99 CONTENT_EXPORT extern const char kStatsCollectionController[];
99 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[]; 100 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
100 extern const char kEnableAccessibilityLogging[]; 101 extern const char kEnableAccessibilityLogging[];
101 extern const char kEnableAudibleNotifications[]; 102 extern const char kEnableAudibleNotifications[];
102 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[]; 103 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[];
103 CONTENT_EXPORT extern const char kEnableBrowserPluginForAllViewTypes[]; 104 CONTENT_EXPORT extern const char kEnableBrowserPluginForAllViewTypes[];
104 CONTENT_EXPORT extern const char kEnableBrowserPluginDragDrop[]; 105 CONTENT_EXPORT extern const char kEnableBrowserPluginDragDrop[];
105 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[]; 106 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 CONTENT_EXPORT extern const char kScrollEndEffect[]; 282 CONTENT_EXPORT extern const char kScrollEndEffect[];
282 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 283 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
283 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 284 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
284 285
285 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; 286 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
286 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; 287 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
287 288
288 } // namespace switches 289 } // namespace switches
289 290
290 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 291 #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