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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 18254010: IPC fuzzer child process component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 3 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
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 command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 extern const char kHistoryEnableGroupByDomain[]; 244 extern const char kHistoryEnableGroupByDomain[];
245 extern const char kHistoryWebHistoryUrl[]; 245 extern const char kHistoryWebHistoryUrl[];
246 extern const char kHomePage[]; 246 extern const char kHomePage[];
247 extern const char kHostRules[]; 247 extern const char kHostRules[];
248 extern const char kHostResolverParallelism[]; 248 extern const char kHostResolverParallelism[];
249 extern const char kHostResolverRetryAttempts[]; 249 extern const char kHostResolverRetryAttempts[];
250 extern const char kIgnoreUrlFetcherCertRequests[]; 250 extern const char kIgnoreUrlFetcherCertRequests[];
251 extern const char kIncognito[]; 251 extern const char kIncognito[];
252 extern const char kInstallFromWebstore[]; 252 extern const char kInstallFromWebstore[];
253 extern const char kInstantProcess[]; 253 extern const char kInstantProcess[];
254 extern const char kIpcFuzzerTestcase[];
254 extern const char kKeepAliveForTest[]; 255 extern const char kKeepAliveForTest[];
255 extern const char kKioskMode[]; 256 extern const char kKioskMode[];
256 extern const char kKioskModePrinting[]; 257 extern const char kKioskModePrinting[];
257 extern const char kLimitedInstallFromWebstore[]; 258 extern const char kLimitedInstallFromWebstore[];
258 extern const char kLoadComponentExtension[]; 259 extern const char kLoadComponentExtension[];
259 extern const char kLoadExtension[]; 260 extern const char kLoadExtension[];
260 extern const char kMakeDefaultBrowser[]; 261 extern const char kMakeDefaultBrowser[];
261 extern const char kManagedUserSyncToken[]; 262 extern const char kManagedUserSyncToken[];
262 extern const char kMediaCacheSize[]; 263 extern const char kMediaCacheSize[];
263 extern const char kMemoryProfiling[]; 264 extern const char kMemoryProfiling[];
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 #else 461 #else
461 extern const char kEnablePrintPreview[]; 462 extern const char kEnablePrintPreview[];
462 #endif 463 #endif
463 464
464 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 465 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
465 // alphabetical order, or in one of the ifdefs (also in order in each section). 466 // alphabetical order, or in one of the ifdefs (also in order in each section).
466 467
467 } // namespace switches 468 } // namespace switches
468 469
469 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 470 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698