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

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

Issue 886153003: Reorganize ChannelMojo related flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 CONTENT_EXPORT extern const char kEnableLCDText[]; 108 CONTENT_EXPORT extern const char kEnableLCDText[];
109 CONTENT_EXPORT extern const char kEnableLogging[]; 109 CONTENT_EXPORT extern const char kEnableLogging[];
110 extern const char kEnableMemoryBenchmarking[]; 110 extern const char kEnableMemoryBenchmarking[];
111 CONTENT_EXPORT extern const char kEnableNetworkInformation[]; 111 CONTENT_EXPORT extern const char kEnableNetworkInformation[];
112 CONTENT_EXPORT extern const char kEnableOneCopy[]; 112 CONTENT_EXPORT extern const char kEnableOneCopy[];
113 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[]; 113 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[];
114 CONTENT_EXPORT extern const char kEnablePinch[]; 114 CONTENT_EXPORT extern const char kEnablePinch[];
115 CONTENT_EXPORT extern const char kEnablePreciseMemoryInfo[]; 115 CONTENT_EXPORT extern const char kEnablePreciseMemoryInfo[];
116 CONTENT_EXPORT extern const char kEnablePushMessagePayload[]; 116 CONTENT_EXPORT extern const char kEnablePushMessagePayload[];
117 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[]; 117 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[];
118 CONTENT_EXPORT extern const char kEnableRendererMojoChannel[];
119 CONTENT_EXPORT extern const char kEnableSandboxLogging[]; 118 CONTENT_EXPORT extern const char kEnableSandboxLogging[];
120 CONTENT_EXPORT extern const char kEnableSeccompFilterSandbox[]; 119 CONTENT_EXPORT extern const char kEnableSeccompFilterSandbox[];
121 extern const char kEnableSkiaBenchmarking[]; 120 extern const char kEnableSkiaBenchmarking[];
122 CONTENT_EXPORT extern const char kEnableSlimmingPaint[]; 121 CONTENT_EXPORT extern const char kEnableSlimmingPaint[];
123 CONTENT_EXPORT extern const char kEnableSmoothScrolling[]; 122 CONTENT_EXPORT extern const char kEnableSmoothScrolling[];
124 CONTENT_EXPORT extern const char kEnableSpatialNavigation[]; 123 CONTENT_EXPORT extern const char kEnableSpatialNavigation[];
125 CONTENT_EXPORT extern const char kEnableStatsTable[]; 124 CONTENT_EXPORT extern const char kEnableStatsTable[];
126 CONTENT_EXPORT extern const char kEnableStrictMixedContentChecking[]; 125 CONTENT_EXPORT extern const char kEnableStrictMixedContentChecking[];
127 CONTENT_EXPORT extern const char kEnableStrictPowerfulFeatureRestrictions[]; 126 CONTENT_EXPORT extern const char kEnableStrictPowerfulFeatureRestrictions[];
128 CONTENT_EXPORT extern const char kEnableStrictSiteIsolation[]; 127 CONTENT_EXPORT extern const char kEnableStrictSiteIsolation[];
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 #if defined(ENABLE_PLUGINS) 295 #if defined(ENABLE_PLUGINS)
297 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[]; 296 CONTENT_EXPORT extern const char kEnablePluginPowerSaver[];
298 #endif 297 #endif
299 298
300 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 299 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
301 // alphabetical order, or in one of the ifdefs (also in order in each section). 300 // alphabetical order, or in one of the ifdefs (also in order in each section).
302 301
303 } // namespace switches 302 } // namespace switches
304 303
305 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 304 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698