Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(897)

Side by Side Diff: chrome/installer/util/util_constants.h

Issue 2619233002: Remove ChromeFrameDistribution and ChromeFrameOperations from installer_util. (Closed)
Patch Set: sync to position 442533 Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/installer/util/product_unittest.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 REGISTERING_CHROME, // Performing Chrome registration. 138 REGISTERING_CHROME, // Performing Chrome registration.
139 REMOVING_OLD_VERSIONS, // Deleting old version directories. 139 REMOVING_OLD_VERSIONS, // Deleting old version directories.
140 ROLLINGBACK, // Rolling-back the install work item list. 140 ROLLINGBACK, // Rolling-back the install work item list.
141 FINISHING, // Finishing the install. 141 FINISHING, // Finishing the install.
142 NUM_STAGES // The number of stages. 142 NUM_STAGES // The number of stages.
143 }; 143 };
144 144
145 namespace switches { 145 namespace switches {
146 146
147 extern const char kChrome[]; 147 extern const char kChrome[];
148 extern const char kChromeFrame[];
149 extern const char kChromeSxS[]; 148 extern const char kChromeSxS[];
150 extern const char kConfigureUserSettings[]; 149 extern const char kConfigureUserSettings[];
151 extern const char kCriticalUpdateVersion[]; 150 extern const char kCriticalUpdateVersion[];
152 extern const char kDeleteOldVersions[]; 151 extern const char kDeleteOldVersions[];
153 extern const char kDeleteProfile[]; 152 extern const char kDeleteProfile[];
154 extern const char kDisableLogging[]; 153 extern const char kDisableLogging[];
155 extern const char kDoNotLaunchChrome[]; 154 extern const char kDoNotLaunchChrome[];
156 extern const char kDoNotRegisterForUpdateLaunch[]; 155 extern const char kDoNotRegisterForUpdateLaunch[];
157 extern const char kDoNotRemoveSharedItems[]; 156 extern const char kDoNotRemoveSharedItems[];
158 extern const char kEnableLogging[]; 157 extern const char kEnableLogging[];
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 namespace env_vars { 196 namespace env_vars {
198 197
199 extern const char kGoogleUpdateIsMachineEnvVar[]; 198 extern const char kGoogleUpdateIsMachineEnvVar[];
200 199
201 } // namespace env_vars 200 } // namespace env_vars
202 201
203 extern const wchar_t kActiveSetupExe[]; 202 extern const wchar_t kActiveSetupExe[];
204 extern const wchar_t kChromeDll[]; 203 extern const wchar_t kChromeDll[];
205 extern const wchar_t kChromeChildDll[]; 204 extern const wchar_t kChromeChildDll[];
206 extern const wchar_t kChromeExe[]; 205 extern const wchar_t kChromeExe[];
207 extern const wchar_t kChromeFrameDll[];
208 extern const wchar_t kChromeFrameHelperDll[];
209 extern const wchar_t kChromeFrameHelperExe[];
210 extern const wchar_t kChromeFrameHelperWndClass[];
211 extern const wchar_t kChromeLauncherExe[];
212 extern const wchar_t kChromeNewExe[]; 206 extern const wchar_t kChromeNewExe[];
213 extern const wchar_t kChromeOldExe[]; 207 extern const wchar_t kChromeOldExe[];
214 extern const wchar_t kCmdOnOsUpgrade[]; 208 extern const wchar_t kCmdOnOsUpgrade[];
215 extern const wchar_t kCmdQuickEnableCf[];
216 extern const wchar_t kEULASentinelFile[]; 209 extern const wchar_t kEULASentinelFile[];
217 extern const wchar_t kGoogleChromeInstallSubDir1[]; 210 extern const wchar_t kGoogleChromeInstallSubDir1[];
218 extern const wchar_t kGoogleChromeInstallSubDir2[]; 211 extern const wchar_t kGoogleChromeInstallSubDir2[];
219 extern const wchar_t kInstallBinaryDir[]; 212 extern const wchar_t kInstallBinaryDir[];
220 extern const wchar_t kInstallerDir[]; 213 extern const wchar_t kInstallerDir[];
221 extern const wchar_t kInstallTempDir[]; 214 extern const wchar_t kInstallTempDir[];
222 extern const wchar_t kLnkExt[]; 215 extern const wchar_t kLnkExt[];
223 extern const wchar_t kNaClExe[]; 216 extern const wchar_t kNaClExe[];
224 extern const wchar_t kSetupExe[]; 217 extern const wchar_t kSetupExe[];
225 extern const wchar_t kSxSSuffix[]; 218 extern const wchar_t kSxSSuffix[];
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 extern const char kCourgette[]; 255 extern const char kCourgette[];
263 extern const char kBsdiff[]; 256 extern const char kBsdiff[];
264 257
265 // Name of the allocator (and associated file) for storing histograms to be 258 // Name of the allocator (and associated file) for storing histograms to be
266 // reported by Chrome during its next upload. 259 // reported by Chrome during its next upload.
267 extern const char kSetupHistogramAllocatorName[]; 260 extern const char kSetupHistogramAllocatorName[];
268 261
269 } // namespace installer 262 } // namespace installer
270 263
271 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 264 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/product_unittest.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698