OLD | NEW |
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 extern const char kConflictingModulesCheck[]; | 72 extern const char kConflictingModulesCheck[]; |
73 extern const char kContentSettings2[]; | 73 extern const char kContentSettings2[]; |
74 extern const char kCountry[]; | 74 extern const char kCountry[]; |
75 extern const char kCrashOnHangThreads[]; | 75 extern const char kCrashOnHangThreads[]; |
76 extern const char kCreateBrowserOnStartupForTests[]; | 76 extern const char kCreateBrowserOnStartupForTests[]; |
77 #if defined(OS_ANDROID) || defined(OS_IOS) | 77 #if defined(OS_ANDROID) || defined(OS_IOS) |
78 extern const char kDataReductionProxyProbeURL[]; | 78 extern const char kDataReductionProxyProbeURL[]; |
79 #endif | 79 #endif |
80 extern const char kDebugEnableFrameToggle[]; | 80 extern const char kDebugEnableFrameToggle[]; |
81 extern const char kDebugPackedApps[]; | 81 extern const char kDebugPackedApps[]; |
82 extern const char kDebugPrint[]; | |
83 extern const char kDiagnostics[]; | 82 extern const char kDiagnostics[]; |
84 extern const char kDiagnosticsFormat[]; | 83 extern const char kDiagnosticsFormat[]; |
85 extern const char kDiagnosticsRecovery[]; | 84 extern const char kDiagnosticsRecovery[]; |
86 extern const char kDisableAsyncDns[]; | 85 extern const char kDisableAsyncDns[]; |
87 extern const char kDisableAuthNegotiateCnameLookup[]; | 86 extern const char kDisableAuthNegotiateCnameLookup[]; |
88 extern const char kDisableAutofillAddressI18n[]; | 87 extern const char kDisableAutofillAddressI18n[]; |
89 extern const char kDisableBackgroundMode[]; | 88 extern const char kDisableBackgroundMode[]; |
90 extern const char kDisableBackgroundNetworking[]; | 89 extern const char kDisableBackgroundNetworking[]; |
91 extern const char kDisableBundledPpapiFlash[]; | 90 extern const char kDisableBundledPpapiFlash[]; |
92 extern const char kDisableBookmarkAutocompleteProvider[]; | 91 extern const char kDisableBookmarkAutocompleteProvider[]; |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 extern const char kDisableCoreAnimationLayerSquashing[]; | 448 extern const char kDisableCoreAnimationLayerSquashing[]; |
450 extern const char kDisableSystemFullscreenForTesting[]; | 449 extern const char kDisableSystemFullscreenForTesting[]; |
451 extern const char kEnableExposeForTabs[]; | 450 extern const char kEnableExposeForTabs[]; |
452 extern const char kEnableSimplifiedFullscreen[]; | 451 extern const char kEnableSimplifiedFullscreen[]; |
453 extern const char kKeychainReauthorize[]; | 452 extern const char kKeychainReauthorize[]; |
454 extern const char kRelauncherProcess[]; | 453 extern const char kRelauncherProcess[]; |
455 extern const char kUseMockKeychain[]; | 454 extern const char kUseMockKeychain[]; |
456 #endif | 455 #endif |
457 | 456 |
458 #if defined(OS_WIN) | 457 #if defined(OS_WIN) |
| 458 extern const char kDebugPrint[]; |
459 extern const char kEnableProfileShortcutManager[]; | 459 extern const char kEnableProfileShortcutManager[]; |
460 extern const char kForceImmersive[]; | 460 extern const char kForceImmersive[]; |
461 extern const char kForceDesktop[]; | 461 extern const char kForceDesktop[]; |
462 extern const char kPrintRaster[]; | 462 extern const char kPrintRaster[]; |
463 extern const char kRelaunchShortcut[]; | 463 extern const char kRelaunchShortcut[]; |
464 extern const char kViewerConnect[]; | 464 extern const char kViewerConnect[]; |
465 extern const char kViewerLaunchViaAppId[]; | 465 extern const char kViewerLaunchViaAppId[]; |
466 extern const char kWaitForMutex[]; | 466 extern const char kWaitForMutex[]; |
467 extern const char kWindows8Search[]; | 467 extern const char kWindows8Search[]; |
468 #endif | 468 #endif |
469 | 469 |
470 #ifndef NDEBUG | 470 #ifndef NDEBUG |
471 extern const char kFileManagerExtensionPath[]; | 471 extern const char kFileManagerExtensionPath[]; |
472 extern const char kImageLoaderExtensionPath[]; | 472 extern const char kImageLoaderExtensionPath[]; |
473 #endif | 473 #endif |
474 | 474 |
475 #if defined(GOOGLE_CHROME_BUILD) | 475 #if defined(GOOGLE_CHROME_BUILD) |
476 extern const char kDisablePrintPreview[]; | 476 extern const char kDisablePrintPreview[]; |
477 #else | 477 #else |
478 extern const char kEnablePrintPreview[]; | 478 extern const char kEnablePrintPreview[]; |
479 #endif | 479 #endif |
480 | 480 |
481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in | 481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
482 // alphabetical order, or in one of the ifdefs (also in order in each section). | 482 // alphabetical order, or in one of the ifdefs (also in order in each section). |
483 | 483 |
484 } // namespace switches | 484 } // namespace switches |
485 | 485 |
486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ | 486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |
OLD | NEW |