| 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 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 extern const char kDisableClientSidePhishingDetection[]; | 74 extern const char kDisableClientSidePhishingDetection[]; |
| 75 extern const char kDisableComponentExtensionsWithBackgroundPages[]; | 75 extern const char kDisableComponentExtensionsWithBackgroundPages[]; |
| 76 extern const char kDisableComponentUpdate[]; | 76 extern const char kDisableComponentUpdate[]; |
| 77 extern const char kDisableDefaultApps[]; | 77 extern const char kDisableDefaultApps[]; |
| 78 extern const char kDisableDeviceDiscoveryNotifications[]; | 78 extern const char kDisableDeviceDiscoveryNotifications[]; |
| 79 extern const char kDisableDomainReliability[]; | 79 extern const char kDisableDomainReliability[]; |
| 80 extern const char kDisableExtensions[]; | 80 extern const char kDisableExtensions[]; |
| 81 extern const char kDisableExtensionsExcept[]; | 81 extern const char kDisableExtensionsExcept[]; |
| 82 extern const char kDisableExtensionsFileAccessCheck[]; | 82 extern const char kDisableExtensionsFileAccessCheck[]; |
| 83 extern const char kDisableExtensionsHttpThrottling[]; | 83 extern const char kDisableExtensionsHttpThrottling[]; |
| 84 extern const char kDisableFieldTrialTestingConfig[]; | |
| 85 extern const char kDisableHttp2[]; | 84 extern const char kDisableHttp2[]; |
| 86 extern const char kDisableMinimizeOnSecondLauncherItemClick[]; | 85 extern const char kDisableMinimizeOnSecondLauncherItemClick[]; |
| 87 extern const char kDisableNewBookmarkApps[]; | 86 extern const char kDisableNewBookmarkApps[]; |
| 88 extern const char kDisableOfflineAutoReload[]; | 87 extern const char kDisableOfflineAutoReload[]; |
| 89 extern const char kDisableOfflineAutoReloadVisibleOnly[]; | 88 extern const char kDisableOfflineAutoReloadVisibleOnly[]; |
| 90 extern const char kDisableOutOfProcessPac[]; | 89 extern const char kDisableOutOfProcessPac[]; |
| 91 extern const char kDisablePermissionActionReporting[]; | 90 extern const char kDisablePermissionActionReporting[]; |
| 92 extern const char kDisablePermissionsBlacklist[]; | 91 extern const char kDisablePermissionsBlacklist[]; |
| 93 extern const char kDisablePopupBlocking[]; | 92 extern const char kDisablePopupBlocking[]; |
| 94 extern const char kDisablePrintPreview[]; | 93 extern const char kDisablePrintPreview[]; |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 extern const char kEnableWebRtcEventLoggingFromExtension[]; | 152 extern const char kEnableWebRtcEventLoggingFromExtension[]; |
| 154 extern const char kExtensionContentVerification[]; | 153 extern const char kExtensionContentVerification[]; |
| 155 extern const char kExtensionContentVerificationBootstrap[]; | 154 extern const char kExtensionContentVerificationBootstrap[]; |
| 156 extern const char kExtensionContentVerificationEnforce[]; | 155 extern const char kExtensionContentVerificationEnforce[]; |
| 157 extern const char kExtensionContentVerificationEnforceStrict[]; | 156 extern const char kExtensionContentVerificationEnforceStrict[]; |
| 158 extern const char kExtensionsInstallVerification[]; | 157 extern const char kExtensionsInstallVerification[]; |
| 159 extern const char kExtensionsNotWebstore[]; | 158 extern const char kExtensionsNotWebstore[]; |
| 160 extern const char kExtensionsUpdateFrequency[]; | 159 extern const char kExtensionsUpdateFrequency[]; |
| 161 extern const char kFastStart[]; | 160 extern const char kFastStart[]; |
| 162 extern const char kForceAppMode[]; | 161 extern const char kForceAppMode[]; |
| 163 extern const char kForceFieldTrialParams[]; | |
| 164 extern const char kForceFirstRun[]; | 162 extern const char kForceFirstRun[]; |
| 165 extern const char kForceLocalNtp[]; | 163 extern const char kForceLocalNtp[]; |
| 166 extern const char kForceVariationIds[]; | 164 extern const char kForceVariationIds[]; |
| 167 extern const char kHistoryEnableGroupByDomain[]; | 165 extern const char kHistoryEnableGroupByDomain[]; |
| 168 extern const char kHomePage[]; | 166 extern const char kHomePage[]; |
| 169 extern const char kHostResolverRetryAttempts[]; | 167 extern const char kHostResolverRetryAttempts[]; |
| 170 extern const char kHostRules[]; | 168 extern const char kHostRules[]; |
| 171 extern const char kIgnoreUrlFetcherCertRequests[]; | 169 extern const char kIgnoreUrlFetcherCertRequests[]; |
| 172 extern const char kIncognito[]; | 170 extern const char kIncognito[]; |
| 173 extern const char kInstallChromeApp[]; | 171 extern const char kInstallChromeApp[]; |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 #if defined(OS_CHROMEOS) | 398 #if defined(OS_CHROMEOS) |
| 401 bool PowerOverlayEnabled(); | 399 bool PowerOverlayEnabled(); |
| 402 #endif | 400 #endif |
| 403 | 401 |
| 404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in | 402 // 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). | 403 // alphabetical order, or in one of the ifdefs (also in order in each section). |
| 406 | 404 |
| 407 } // namespace switches | 405 } // namespace switches |
| 408 | 406 |
| 409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ | 407 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |
| OLD | NEW |