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

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

Issue 2594113002: Remove multi-install from installer_util. (Closed)
Patch Set: go 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
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 CREATING_SHORTCUTS, // Creating shortcuts. 137 CREATING_SHORTCUTS, // Creating shortcuts.
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[];
148 extern const char kChromeSxS[]; 147 extern const char kChromeSxS[];
149 extern const char kConfigureUserSettings[]; 148 extern const char kConfigureUserSettings[];
150 extern const char kCriticalUpdateVersion[]; 149 extern const char kCriticalUpdateVersion[];
151 extern const char kDeleteOldVersions[]; 150 extern const char kDeleteOldVersions[];
152 extern const char kDeleteProfile[]; 151 extern const char kDeleteProfile[];
153 extern const char kDisableLogging[]; 152 extern const char kDisableLogging[];
154 extern const char kDoNotLaunchChrome[]; 153 extern const char kDoNotLaunchChrome[];
155 extern const char kDoNotRegisterForUpdateLaunch[]; 154 extern const char kDoNotRegisterForUpdateLaunch[];
156 extern const char kDoNotRemoveSharedItems[]; 155 extern const char kDoNotRemoveSharedItems[];
157 extern const char kEnableLogging[]; 156 extern const char kEnableLogging[];
158 extern const char kForceConfigureUserSettings[]; 157 extern const char kForceConfigureUserSettings[];
159 extern const char kForceUninstall[]; 158 extern const char kForceUninstall[];
160 extern const char kInstallArchive[]; 159 extern const char kInstallArchive[];
161 extern const char kInstallerData[]; 160 extern const char kInstallerData[];
162 extern const char kLogFile[]; 161 extern const char kLogFile[];
163 extern const char kMakeChromeDefault[]; 162 extern const char kMakeChromeDefault[];
164 extern const char kMsi[]; 163 extern const char kMsi[];
165 extern const char kMultiInstall[];
166 extern const char kNewSetupExe[]; 164 extern const char kNewSetupExe[];
167 extern const char kOnOsUpgrade[]; 165 extern const char kOnOsUpgrade[];
168 extern const char kPreviousVersion[]; 166 extern const char kPreviousVersion[];
169 extern const char kReenableAutoupdates[]; 167 extern const char kReenableAutoupdates[];
170 extern const char kRegisterChromeBrowser[]; 168 extern const char kRegisterChromeBrowser[];
171 extern const char kRegisterChromeBrowserSuffix[]; 169 extern const char kRegisterChromeBrowserSuffix[];
172 extern const char kRegisterDevChrome[]; 170 extern const char kRegisterDevChrome[];
173 extern const char kRegisterURLProtocol[]; 171 extern const char kRegisterURLProtocol[];
174 extern const char kRenameChromeExe[]; 172 extern const char kRenameChromeExe[];
175 extern const char kRemoveChromeRegistration[]; 173 extern const char kRemoveChromeRegistration[];
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 extern const char kCourgette[]; 250 extern const char kCourgette[];
253 extern const char kBsdiff[]; 251 extern const char kBsdiff[];
254 252
255 // Name of the allocator (and associated file) for storing histograms to be 253 // Name of the allocator (and associated file) for storing histograms to be
256 // reported by Chrome during its next upload. 254 // reported by Chrome during its next upload.
257 extern const char kSetupHistogramAllocatorName[]; 255 extern const char kSetupHistogramAllocatorName[];
258 256
259 } // namespace installer 257 } // namespace installer
260 258
261 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 259 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/master_preferences_unittest.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698