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

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

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove CONTENT_EXPORT Created 4 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 extern const char kForceLocalNtp[]; 181 extern const char kForceLocalNtp[];
182 extern const char kHistoryEnableGroupByDomain[]; 182 extern const char kHistoryEnableGroupByDomain[];
183 extern const char kHomePage[]; 183 extern const char kHomePage[];
184 extern const char kHostRules[]; 184 extern const char kHostRules[];
185 extern const char kHostResolverRetryAttempts[]; 185 extern const char kHostResolverRetryAttempts[];
186 extern const char kIncognito[]; 186 extern const char kIncognito[];
187 extern const char kInstallChromeApp[]; 187 extern const char kInstallChromeApp[];
188 extern const char kInstallSupervisedUserWhitelists[]; 188 extern const char kInstallSupervisedUserWhitelists[];
189 extern const char kInstantProcess[]; 189 extern const char kInstantProcess[];
190 extern const char kInterestsURL[]; 190 extern const char kInterestsURL[];
191 extern const char kIpcDumpDirectory[];
192 extern const char kKeepAliveForTest[]; 191 extern const char kKeepAliveForTest[];
193 extern const char kKioskMode[]; 192 extern const char kKioskMode[];
194 extern const char kKioskModePrinting[]; 193 extern const char kKioskModePrinting[];
195 extern const char kLoadComponentExtension[]; 194 extern const char kLoadComponentExtension[];
196 extern const char kLoadExtension[]; 195 extern const char kLoadExtension[];
197 #if !defined(GOOGLE_CHROME_BUILD) 196 #if !defined(GOOGLE_CHROME_BUILD)
198 extern const char kLocalNtpReload[]; 197 extern const char kLocalNtpReload[];
199 #endif 198 #endif
200 extern const char kMakeDefaultBrowser[]; 199 extern const char kMakeDefaultBrowser[];
201 extern const char kMediaCacheSize[]; 200 extern const char kMediaCacheSize[];
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 extern const char kNoNetworkProfileWarning[]; 359 extern const char kNoNetworkProfileWarning[];
361 extern const char kPrefetchArgumentBrowserBackground[]; 360 extern const char kPrefetchArgumentBrowserBackground[];
362 extern const char kPrefetchArgumentWatcher[]; 361 extern const char kPrefetchArgumentWatcher[];
363 extern const char kShowIcons[]; 362 extern const char kShowIcons[];
364 extern const char kUninstall[]; 363 extern const char kUninstall[];
365 extern const char kViewerLaunchViaAppId[]; 364 extern const char kViewerLaunchViaAppId[];
366 extern const char kWatcherProcess[]; 365 extern const char kWatcherProcess[];
367 extern const char kWindows8Search[]; 366 extern const char kWindows8Search[];
368 #endif // defined(OS_WIN) 367 #endif // defined(OS_WIN)
369 368
370 #if defined(ENABLE_IPC_FUZZER)
371 extern const char kIpcFuzzerTestcase[];
372 #endif
373
374 #if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD) 369 #if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
375 extern const char kDebugPrint[]; 370 extern const char kDebugPrint[];
376 #endif 371 #endif
377 372
378 #if defined(ENABLE_PLUGINS) 373 #if defined(ENABLE_PLUGINS)
379 extern const char kAllowNaClCrxFsAPI[]; 374 extern const char kAllowNaClCrxFsAPI[];
380 extern const char kAllowNaClFileHandleAPI[]; 375 extern const char kAllowNaClFileHandleAPI[];
381 extern const char kAllowNaClSocketAPI[]; 376 extern const char kAllowNaClSocketAPI[];
382 #endif 377 #endif
383 378
(...skipping 16 matching lines...) Expand all
400 #if defined(OS_CHROMEOS) 395 #if defined(OS_CHROMEOS)
401 bool PowerOverlayEnabled(); 396 bool PowerOverlayEnabled();
402 #endif 397 #endif
403 398
404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 399 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
405 // alphabetical order, or in one of the ifdefs (also in order in each section). 400 // alphabetical order, or in one of the ifdefs (also in order in each section).
406 401
407 } // namespace switches 402 } // namespace switches
408 403
409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 404 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698