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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
70 extern const char kCloudPrintFileType[]; | 70 extern const char kCloudPrintFileType[]; |
71 extern const char kCloudPrintPrintTicket[]; | 71 extern const char kCloudPrintPrintTicket[]; |
72 extern const char kCloudPrintSetupProxy[]; | 72 extern const char kCloudPrintSetupProxy[]; |
73 extern const char kCloudPrintServiceURL[]; | 73 extern const char kCloudPrintServiceURL[]; |
74 extern const char kComponentUpdater[]; | 74 extern const char kComponentUpdater[]; |
75 extern const char kConflictingModulesCheck[]; | 75 extern const char kConflictingModulesCheck[]; |
76 extern const char kContentSettings2[]; | 76 extern const char kContentSettings2[]; |
77 extern const char kCountry[]; | 77 extern const char kCountry[]; |
78 extern const char kCrashOnHangThreads[]; | 78 extern const char kCrashOnHangThreads[]; |
79 extern const char kCreateBrowserOnStartupForTests[]; | 79 extern const char kCreateBrowserOnStartupForTests[]; |
80 #if defined(OS_ANDROID) | |
marq (ping after 24h)
2013/09/17 21:57:50
Please add OS_IOS any time you know we'll need the
bengr
2013/09/18 22:15:26
Done.
| |
81 extern const char kDataReductionProxyProbeURL[]; | |
82 #endif | |
80 extern const char kDebugEnableFrameToggle[]; | 83 extern const char kDebugEnableFrameToggle[]; |
81 extern const char kDebugPackedApps[]; | 84 extern const char kDebugPackedApps[]; |
82 extern const char kDebugPrint[]; | 85 extern const char kDebugPrint[]; |
83 extern const char kDeviceManagementUrl[]; | 86 extern const char kDeviceManagementUrl[]; |
84 extern const char kDiagnostics[]; | 87 extern const char kDiagnostics[]; |
85 extern const char kDiagnosticsFormat[]; | 88 extern const char kDiagnosticsFormat[]; |
86 extern const char kDiagnosticsRecovery[]; | 89 extern const char kDiagnosticsRecovery[]; |
87 extern const char kDisableAppList[]; | 90 extern const char kDisableAppList[]; |
88 extern const char kDisableAsyncDns[]; | 91 extern const char kDisableAsyncDns[]; |
89 extern const char kDisableAuthNegotiateCnameLookup[]; | 92 extern const char kDisableAuthNegotiateCnameLookup[]; |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
344 extern const char kShowIcons[]; | 347 extern const char kShowIcons[]; |
345 extern const char kSigninProcess[]; | 348 extern const char kSigninProcess[]; |
346 extern const char kSilentDumpOnDCHECK[]; | 349 extern const char kSilentDumpOnDCHECK[]; |
347 extern const char kSimulateUpgrade[]; | 350 extern const char kSimulateUpgrade[]; |
348 extern const char kSimulateCriticalUpdate[]; | 351 extern const char kSimulateCriticalUpdate[]; |
349 extern const char kSimulateOutdated[]; | 352 extern const char kSimulateOutdated[]; |
350 extern const char kSpeculativeResourcePrefetching[]; | 353 extern const char kSpeculativeResourcePrefetching[]; |
351 extern const char kSpeculativeResourcePrefetchingDisabled[]; | 354 extern const char kSpeculativeResourcePrefetchingDisabled[]; |
352 extern const char kSpeculativeResourcePrefetchingLearning[]; | 355 extern const char kSpeculativeResourcePrefetchingLearning[]; |
353 extern const char kSpdyProxyAuthOrigin[]; | 356 extern const char kSpdyProxyAuthOrigin[]; |
357 extern const char kSpdyProxyAuthValue[]; | |
354 extern const char kSpeculativeResourcePrefetchingEnabled[]; | 358 extern const char kSpeculativeResourcePrefetchingEnabled[]; |
355 extern const char kSpellingServiceFeedbackUrl[]; | 359 extern const char kSpellingServiceFeedbackUrl[]; |
356 extern const char kSpellingServiceFeedbackIntervalSeconds[]; | 360 extern const char kSpellingServiceFeedbackIntervalSeconds[]; |
357 extern const char kSSLVersionMax[]; | 361 extern const char kSSLVersionMax[]; |
358 extern const char kSSLVersionMin[]; | 362 extern const char kSSLVersionMin[]; |
359 extern const char kStartMaximized[]; | 363 extern const char kStartMaximized[]; |
360 extern const char kSuggestionNtpFilterWidth[]; | 364 extern const char kSuggestionNtpFilterWidth[]; |
361 extern const char kSuggestionNtpGaussianFilter[]; | 365 extern const char kSuggestionNtpGaussianFilter[]; |
362 extern const char kSuggestionNtpLinearFilter[]; | 366 extern const char kSuggestionNtpLinearFilter[]; |
363 extern const char kSyncAllowInsecureXmppConnection[]; | 367 extern const char kSyncAllowInsecureXmppConnection[]; |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
461 #else | 465 #else |
462 extern const char kEnablePrintPreview[]; | 466 extern const char kEnablePrintPreview[]; |
463 #endif | 467 #endif |
464 | 468 |
465 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in | 469 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
466 // alphabetical order, or in one of the ifdefs (also in order in each section). | 470 // alphabetical order, or in one of the ifdefs (also in order in each section). |
467 | 471 |
468 } // namespace switches | 472 } // namespace switches |
469 | 473 |
470 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ | 474 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |
OLD | NEW |