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

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

Issue 11733007: Duplicate setup.exe into an identical executable and point Active Setup to that executable instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add to InstallerState Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/installer_state.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 extern const char kUpdateSetupExe[]; 171 extern const char kUpdateSetupExe[];
172 extern const char kVerboseLogging[]; 172 extern const char kVerboseLogging[];
173 extern const char kShowEula[]; 173 extern const char kShowEula[];
174 extern const char kShowEulaForMetro[]; 174 extern const char kShowEulaForMetro[];
175 extern const char kInactiveUserToast[]; 175 extern const char kInactiveUserToast[];
176 extern const char kSystemLevelToast[]; 176 extern const char kSystemLevelToast[];
177 extern const char kExperimentGroup[]; 177 extern const char kExperimentGroup[];
178 extern const char kToastResultsKey[]; 178 extern const char kToastResultsKey[];
179 } // namespace switches 179 } // namespace switches
180 180
181 extern const wchar_t kActiveSetupExe[];
181 extern const wchar_t kChromeAppHostExe[]; 182 extern const wchar_t kChromeAppHostExe[];
182 extern const wchar_t kChromeDll[]; 183 extern const wchar_t kChromeDll[];
183 extern const wchar_t kChromeExe[]; 184 extern const wchar_t kChromeExe[];
184 extern const wchar_t kChromeFrameDll[]; 185 extern const wchar_t kChromeFrameDll[];
185 extern const wchar_t kChromeFrameHelperExe[]; 186 extern const wchar_t kChromeFrameHelperExe[];
186 extern const wchar_t kChromeFrameHelperWndClass[]; 187 extern const wchar_t kChromeFrameHelperWndClass[];
187 extern const wchar_t kChromeFrameReadyModeField[]; 188 extern const wchar_t kChromeFrameReadyModeField[];
188 extern const wchar_t kChromeLauncherExe[]; 189 extern const wchar_t kChromeLauncherExe[];
189 extern const wchar_t kChromeOldExe[]; 190 extern const wchar_t kChromeOldExe[];
190 extern const wchar_t kChromeNewExe[]; 191 extern const wchar_t kChromeNewExe[];
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 extern const wchar_t kChromeChannelCanary[]; 234 extern const wchar_t kChromeChannelCanary[];
234 extern const wchar_t kChromeChannelDev[]; 235 extern const wchar_t kChromeChannelDev[];
235 extern const wchar_t kChromeChannelBeta[]; 236 extern const wchar_t kChromeChannelBeta[];
236 extern const wchar_t kChromeChannelStable[]; 237 extern const wchar_t kChromeChannelStable[];
237 238
238 extern const size_t kMaxAppModelIdLength; 239 extern const size_t kMaxAppModelIdLength;
239 240
240 } // namespace installer 241 } // namespace installer
241 242
242 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 243 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/installer_state.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698