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

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

Issue 15804006: Remove --reduce-security-for-stats-collection-tests switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/browser/histogram_message_filter.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 #endif 85 #endif
86 #if defined(ENABLE_WEBRTC) 86 #if defined(ENABLE_WEBRTC)
87 extern const char kEnableWebRtcAecRecordings[]; 87 extern const char kEnableWebRtcAecRecordings[];
88 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[]; 88 CONTENT_EXPORT extern const char kEnableSCTPDataChannels[];
89 #endif 89 #endif
90 extern const char kEnableWebMIDI[]; 90 extern const char kEnableWebMIDI[];
91 extern const char kDisableWebSecurity[]; 91 extern const char kDisableWebSecurity[];
92 extern const char kEnableExperimentalWebSocket[]; 92 extern const char kEnableExperimentalWebSocket[];
93 extern const char kDisableXSSAuditor[]; 93 extern const char kDisableXSSAuditor[];
94 CONTENT_EXPORT extern const char kDomAutomationController[]; 94 CONTENT_EXPORT extern const char kDomAutomationController[];
95 CONTENT_EXPORT extern const char kReduceSecurityForStatsCollectionTests[];
96 CONTENT_EXPORT extern const char kStatsCollectionController[]; 95 CONTENT_EXPORT extern const char kStatsCollectionController[];
97 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[]; 96 CONTENT_EXPORT extern const char kEnableAcceleratedFilters[];
98 extern const char kEnableAccessibilityLogging[]; 97 extern const char kEnableAccessibilityLogging[];
99 extern const char kEnableAudibleNotifications[]; 98 extern const char kEnableAudibleNotifications[];
100 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[]; 99 CONTENT_EXPORT extern const char kDisableBrowserPluginCompositing[];
101 CONTENT_EXPORT extern const char kEnableBrowserPluginForAllViewTypes[]; 100 CONTENT_EXPORT extern const char kEnableBrowserPluginForAllViewTypes[];
102 CONTENT_EXPORT extern const char kEnableBrowserPluginDragDrop[]; 101 CONTENT_EXPORT extern const char kEnableBrowserPluginDragDrop[];
103 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[]; 102 CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
104 CONTENT_EXPORT extern const char kEnableHighDpiCompositingForFixedPosition[]; 103 CONTENT_EXPORT extern const char kEnableHighDpiCompositingForFixedPosition[];
105 CONTENT_EXPORT extern const char kDisableCompositingForFixedPosition[]; 104 CONTENT_EXPORT extern const char kDisableCompositingForFixedPosition[];
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 #endif 261 #endif
263 262
264 extern const char kEnableWebPInAcceptHeader[]; 263 extern const char kEnableWebPInAcceptHeader[];
265 264
266 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 265 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
267 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 266 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
268 267
269 } // namespace switches 268 } // namespace switches
270 269
271 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 270 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/histogram_message_filter.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698