| 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 install related constants that need to be used by Chrome as | 5 // Defines all install related constants that need to be used by Chrome as |
| 6 // well as Chrome Installer. | 6 // well as Chrome Installer. |
| 7 | 7 |
| 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
| 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
| 10 #pragma once | 10 #pragma once |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 }; | 118 }; |
| 119 | 119 |
| 120 // When we start reporting the numerical values from the enum, the order | 120 // When we start reporting the numerical values from the enum, the order |
| 121 // above MUST be preserved. | 121 // above MUST be preserved. |
| 122 COMPILE_ASSERT(CREATING_VISUAL_MANIFEST == 17, | 122 COMPILE_ASSERT(CREATING_VISUAL_MANIFEST == 17, |
| 123 never_ever_ever_change_InstallerStage_values_bang); | 123 never_ever_ever_change_InstallerStage_values_bang); |
| 124 | 124 |
| 125 namespace switches { | 125 namespace switches { |
| 126 extern const char kAutoLaunchChrome[]; | 126 extern const char kAutoLaunchChrome[]; |
| 127 extern const char kChrome[]; | 127 extern const char kChrome[]; |
| 128 extern const char kChromeAppHost[]; |
| 128 extern const char kChromeFrame[]; | 129 extern const char kChromeFrame[]; |
| 129 extern const char kChromeFrameQuickEnable[]; | 130 extern const char kChromeFrameQuickEnable[]; |
| 130 extern const char kChromeFrameReadyMode[]; | 131 extern const char kChromeFrameReadyMode[]; |
| 131 extern const char kChromeFrameReadyModeOptIn[]; | 132 extern const char kChromeFrameReadyModeOptIn[]; |
| 132 extern const char kChromeFrameReadyModeTempOptOut[]; | 133 extern const char kChromeFrameReadyModeTempOptOut[]; |
| 133 extern const char kChromeFrameReadyModeEndTempOptOut[]; | 134 extern const char kChromeFrameReadyModeEndTempOptOut[]; |
| 134 extern const char kChromeSxS[]; | 135 extern const char kChromeSxS[]; |
| 135 extern const char kCreateAllShortcuts[]; | 136 extern const char kCreateAllShortcuts[]; |
| 136 extern const char kCriticalUpdateVersion[]; | 137 extern const char kCriticalUpdateVersion[]; |
| 137 extern const char kDeleteProfile[]; | 138 extern const char kDeleteProfile[]; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 159 extern const char kUpdateSetupExe[]; | 160 extern const char kUpdateSetupExe[]; |
| 160 extern const char kVerboseLogging[]; | 161 extern const char kVerboseLogging[]; |
| 161 extern const char kShowEula[]; | 162 extern const char kShowEula[]; |
| 162 extern const char kAltDesktopShortcut[]; | 163 extern const char kAltDesktopShortcut[]; |
| 163 extern const char kInactiveUserToast[]; | 164 extern const char kInactiveUserToast[]; |
| 164 extern const char kSystemLevelToast[]; | 165 extern const char kSystemLevelToast[]; |
| 165 extern const char kExperimentGroup[]; | 166 extern const char kExperimentGroup[]; |
| 166 extern const char kToastResultsKey[]; | 167 extern const char kToastResultsKey[]; |
| 167 } // namespace switches | 168 } // namespace switches |
| 168 | 169 |
| 170 extern const wchar_t kChromeAppHostExe[]; |
| 169 extern const wchar_t kChromeDll[]; | 171 extern const wchar_t kChromeDll[]; |
| 170 extern const wchar_t kChromeExe[]; | 172 extern const wchar_t kChromeExe[]; |
| 171 extern const wchar_t kChromeFrameDll[]; | 173 extern const wchar_t kChromeFrameDll[]; |
| 172 extern const wchar_t kChromeFrameHelperExe[]; | 174 extern const wchar_t kChromeFrameHelperExe[]; |
| 173 extern const wchar_t kChromeFrameHelperWndClass[]; | 175 extern const wchar_t kChromeFrameHelperWndClass[]; |
| 174 extern const wchar_t kChromeFrameReadyModeField[]; | 176 extern const wchar_t kChromeFrameReadyModeField[]; |
| 175 extern const wchar_t kChromeLauncherExe[]; | 177 extern const wchar_t kChromeLauncherExe[]; |
| 176 extern const wchar_t kChromeOldExe[]; | 178 extern const wchar_t kChromeOldExe[]; |
| 177 extern const wchar_t kChromeNewExe[]; | 179 extern const wchar_t kChromeNewExe[]; |
| 178 extern const wchar_t kCmdQuickEnableCf[]; | 180 extern const wchar_t kCmdQuickEnableCf[]; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 extern const wchar_t kChromeChannelCanary[]; | 217 extern const wchar_t kChromeChannelCanary[]; |
| 216 extern const wchar_t kChromeChannelDev[]; | 218 extern const wchar_t kChromeChannelDev[]; |
| 217 extern const wchar_t kChromeChannelBeta[]; | 219 extern const wchar_t kChromeChannelBeta[]; |
| 218 extern const wchar_t kChromeChannelStable[]; | 220 extern const wchar_t kChromeChannelStable[]; |
| 219 | 221 |
| 220 extern const size_t kMaxAppModelIdLength; | 222 extern const size_t kMaxAppModelIdLength; |
| 221 | 223 |
| 222 } // namespace installer | 224 } // namespace installer |
| 223 | 225 |
| 224 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ | 226 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ |
| OLD | NEW |