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

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

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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
« no previous file with comments | « content/content_shell.gypi ('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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 extern const char kGpuDriverVersion[]; 165 extern const char kGpuDriverVersion[];
166 extern const char kGpuDriverDate[]; 166 extern const char kGpuDriverDate[];
167 extern const char kGpuLauncher[]; 167 extern const char kGpuLauncher[];
168 CONTENT_EXPORT extern const char kGpuProcess[]; 168 CONTENT_EXPORT extern const char kGpuProcess[];
169 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[]; 169 CONTENT_EXPORT extern const char kGpuSandboxAllowSysVShm[];
170 CONTENT_EXPORT extern const char kGpuSandboxFailuresFatal[]; 170 CONTENT_EXPORT extern const char kGpuSandboxFailuresFatal[];
171 CONTENT_EXPORT extern const char kGpuSandboxStartEarly[]; 171 CONTENT_EXPORT extern const char kGpuSandboxStartEarly[];
172 CONTENT_EXPORT extern const char kGpuStartupDialog[]; 172 CONTENT_EXPORT extern const char kGpuStartupDialog[];
173 extern const char kGpuVendorID[]; 173 extern const char kGpuVendorID[];
174 CONTENT_EXPORT extern const char kHostResolverRules[]; 174 CONTENT_EXPORT extern const char kHostResolverRules[];
175 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
176 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 175 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
177 CONTENT_EXPORT extern const char kInertVisualViewport[]; 176 CONTENT_EXPORT extern const char kInertVisualViewport[];
178 CONTENT_EXPORT extern const char kInProcessGPU[]; 177 CONTENT_EXPORT extern const char kInProcessGPU[];
179 CONTENT_EXPORT extern const char kIPCConnectionTimeout[]; 178 CONTENT_EXPORT extern const char kIPCConnectionTimeout[];
180 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 179 CONTENT_EXPORT extern const char kJavaScriptFlags[];
181 CONTENT_EXPORT extern const char kJavaScriptHarmony[]; 180 CONTENT_EXPORT extern const char kJavaScriptHarmony[];
182 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[]; 181 CONTENT_EXPORT extern const char kLogGpuControlListDecisions[];
183 CONTENT_EXPORT extern const char kLoggingLevel[]; 182 CONTENT_EXPORT extern const char kLoggingLevel[];
184 CONTENT_EXPORT extern const char kLogNetLog[]; 183 CONTENT_EXPORT extern const char kLogNetLog[];
185 CONTENT_EXPORT extern const char kMainFrameResizesAreOrientationChanges[]; 184 CONTENT_EXPORT extern const char kMainFrameResizesAreOrientationChanges[];
(...skipping 30 matching lines...) Expand all
216 CONTENT_EXPORT extern const char kRootLayerScrolls[]; 215 CONTENT_EXPORT extern const char kRootLayerScrolls[];
217 extern const char kSandboxIPCProcess[]; 216 extern const char kSandboxIPCProcess[];
218 CONTENT_EXPORT extern const char kScrollEndEffect[]; 217 CONTENT_EXPORT extern const char kScrollEndEffect[];
219 extern const char kShowPaintRects[]; 218 extern const char kShowPaintRects[];
220 CONTENT_EXPORT extern const char kSingleProcess[]; 219 CONTENT_EXPORT extern const char kSingleProcess[];
221 CONTENT_EXPORT extern const char kSitePerProcess[]; 220 CONTENT_EXPORT extern const char kSitePerProcess[];
222 CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; 221 CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
223 extern const char kSkipReencodingOnSKPCapture[]; 222 extern const char kSkipReencodingOnSKPCapture[];
224 CONTENT_EXPORT extern const char kStartFullscreen[]; 223 CONTENT_EXPORT extern const char kStartFullscreen[];
225 CONTENT_EXPORT extern const char kStatsCollectionController[]; 224 CONTENT_EXPORT extern const char kStatsCollectionController[];
226 CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
227 CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
228 CONTENT_EXPORT extern const char kTestType[]; 225 CONTENT_EXPORT extern const char kTestType[];
229 CONTENT_EXPORT extern const char kTopDocumentIsolation[]; 226 CONTENT_EXPORT extern const char kTopDocumentIsolation[];
230 CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[]; 227 CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[];
231 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[]; 228 CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[];
232 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[]; 229 CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[];
233 CONTENT_EXPORT extern const char kUseMusInRenderer[]; 230 CONTENT_EXPORT extern const char kUseMusInRenderer[];
234 CONTENT_EXPORT extern const char kEnableNativeGpuMemoryBuffers[]; 231 CONTENT_EXPORT extern const char kEnableNativeGpuMemoryBuffers[];
235 CONTENT_EXPORT extern const char kContentImageTextureTarget[]; 232 CONTENT_EXPORT extern const char kContentImageTextureTarget[];
236 CONTENT_EXPORT extern const char kVideoImageTextureTarget[]; 233 CONTENT_EXPORT extern const char kVideoImageTextureTarget[];
237 CONTENT_EXPORT extern const char kUseMobileUserAgent[]; 234 CONTENT_EXPORT extern const char kUseMobileUserAgent[];
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; 301 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
305 CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; 302 CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
306 #endif 303 #endif
307 304
308 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 305 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
309 // alphabetical order, or in one of the ifdefs (also in order in each section). 306 // alphabetical order, or in one of the ifdefs (also in order in each section).
310 307
311 } // namespace switches 308 } // namespace switches
312 309
313 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 310 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698