| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #pragma once | 9 #pragma once |
| 10 | 10 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 extern const char kAppsGalleryURL[]; | 39 extern const char kAppsGalleryURL[]; |
| 40 extern const char kAppsGalleryDownloadURL[]; | 40 extern const char kAppsGalleryDownloadURL[]; |
| 41 extern const char kAppsGalleryUpdateURL[]; | 41 extern const char kAppsGalleryUpdateURL[]; |
| 42 extern const char kAppsNewInstallBubble[]; | 42 extern const char kAppsNewInstallBubble[]; |
| 43 extern const char kAppsNoThrob[]; | 43 extern const char kAppsNoThrob[]; |
| 44 extern const char kAuthNegotiateDelegateWhitelist[]; | 44 extern const char kAuthNegotiateDelegateWhitelist[]; |
| 45 extern const char kAuthSchemes[]; | 45 extern const char kAuthSchemes[]; |
| 46 extern const char kAuthServerWhitelist[]; | 46 extern const char kAuthServerWhitelist[]; |
| 47 extern const char kAutomationClientChannelID[]; | 47 extern const char kAutomationClientChannelID[]; |
| 48 extern const char kAutomationReinitializeOnChannelError[]; | 48 extern const char kAutomationReinitializeOnChannelError[]; |
| 49 extern const char kBlockReadingThirdPartyCookies[]; | |
| 50 extern const char kCheckForUpdateIntervalSec[]; | 49 extern const char kCheckForUpdateIntervalSec[]; |
| 51 extern const char kChromeVersion[]; | 50 extern const char kChromeVersion[]; |
| 52 extern const char kCipherSuiteBlacklist[]; | 51 extern const char kCipherSuiteBlacklist[]; |
| 53 extern const char kCloudPrintDeleteFile[]; | 52 extern const char kCloudPrintDeleteFile[]; |
| 54 extern const char kCloudPrintFile[]; | 53 extern const char kCloudPrintFile[]; |
| 55 extern const char kCloudPrintJobTitle[]; | 54 extern const char kCloudPrintJobTitle[]; |
| 56 extern const char kCloudPrintFileType[]; | 55 extern const char kCloudPrintFileType[]; |
| 57 extern const char kCloudPrintPrintTicket[]; | 56 extern const char kCloudPrintPrintTicket[]; |
| 58 extern const char kCloudPrintProxyId[]; | 57 extern const char kCloudPrintProxyId[]; |
| 59 extern const char kCloudPrintServiceURL[]; | 58 extern const char kCloudPrintServiceURL[]; |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 extern const char kNoEvents[]; | 221 extern const char kNoEvents[]; |
| 223 extern const char kNoExperiments[]; | 222 extern const char kNoExperiments[]; |
| 224 extern const char kNoFirstRun[]; | 223 extern const char kNoFirstRun[]; |
| 225 extern const char kNoProxyServer[]; | 224 extern const char kNoProxyServer[]; |
| 226 extern const char kNoPings[]; | 225 extern const char kNoPings[]; |
| 227 extern const char kNoRunningInsecureContent[]; | 226 extern const char kNoRunningInsecureContent[]; |
| 228 extern const char kNoServiceAutorun[]; | 227 extern const char kNoServiceAutorun[]; |
| 229 extern const char kNoStartupWindow[]; | 228 extern const char kNoStartupWindow[]; |
| 230 extern const char kNotifyCloudPrintTokenExpired[]; | 229 extern const char kNotifyCloudPrintTokenExpired[]; |
| 231 extern const char kNumPacThreads[]; | 230 extern const char kNumPacThreads[]; |
| 231 extern const char kOnlyBlockSettingThirdPartyCookies[]; |
| 232 extern const char kOpenInNewWindow[]; | 232 extern const char kOpenInNewWindow[]; |
| 233 extern const char kOrganicInstall[]; | 233 extern const char kOrganicInstall[]; |
| 234 extern const char kPackExtension[]; | 234 extern const char kPackExtension[]; |
| 235 extern const char kPackExtensionKey[]; | 235 extern const char kPackExtensionKey[]; |
| 236 extern const char kParentProfile[]; | 236 extern const char kParentProfile[]; |
| 237 extern const char kPpapiFlashInProcess[]; | 237 extern const char kPpapiFlashInProcess[]; |
| 238 extern const char kPreloadInstantSearch[]; | 238 extern const char kPreloadInstantSearch[]; |
| 239 extern const char kPrerenderFromOmnibox[]; | 239 extern const char kPrerenderFromOmnibox[]; |
| 240 extern const char kPrerenderFromOmniboxSwitchValueAuto[]; | 240 extern const char kPrerenderFromOmniboxSwitchValueAuto[]; |
| 241 extern const char kPrerenderFromOmniboxSwitchValueDisabled[]; | 241 extern const char kPrerenderFromOmniboxSwitchValueDisabled[]; |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 bool IsPrintPreviewEnabled(); | 375 bool IsPrintPreviewEnabled(); |
| 376 | 376 |
| 377 bool IsInBrowserThumbnailingEnabled(); | 377 bool IsInBrowserThumbnailingEnabled(); |
| 378 | 378 |
| 379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in | 379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| 380 // alphabetical order, or in one of the ifdefs (also in order in each section). | 380 // alphabetical order, or in one of the ifdefs (also in order in each section). |
| 381 | 381 |
| 382 } // namespace switches | 382 } // namespace switches |
| 383 | 383 |
| 384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ | 384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |
| OLD | NEW |