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

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

Issue 422593002: Revert 285661 "Remove some dead app host code." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 extern const char kExperimentGroup[]; 194 extern const char kExperimentGroup[];
195 extern const char kToastResultsKey[]; 195 extern const char kToastResultsKey[];
196 extern const char kPatch[]; 196 extern const char kPatch[];
197 extern const char kInputFile[]; 197 extern const char kInputFile[];
198 extern const char kPatchFile[]; 198 extern const char kPatchFile[];
199 extern const char kOutputFile[]; 199 extern const char kOutputFile[];
200 200
201 } // namespace switches 201 } // namespace switches
202 202
203 extern const wchar_t kActiveSetupExe[]; 203 extern const wchar_t kActiveSetupExe[];
204 extern const wchar_t kAppLauncherGuid[];
205 extern const wchar_t kChromeAppHostExe[]; 204 extern const wchar_t kChromeAppHostExe[];
206 extern const wchar_t kChromeDll[]; 205 extern const wchar_t kChromeDll[];
207 extern const wchar_t kChromeChildDll[]; 206 extern const wchar_t kChromeChildDll[];
208 extern const wchar_t kChromeExe[]; 207 extern const wchar_t kChromeExe[];
209 extern const wchar_t kChromeFrameDll[]; 208 extern const wchar_t kChromeFrameDll[];
210 extern const wchar_t kChromeFrameHelperDll[]; 209 extern const wchar_t kChromeFrameHelperDll[];
211 extern const wchar_t kChromeFrameHelperExe[]; 210 extern const wchar_t kChromeFrameHelperExe[];
212 extern const wchar_t kChromeFrameHelperWndClass[]; 211 extern const wchar_t kChromeFrameHelperWndClass[];
213 extern const wchar_t kChromeLauncherExe[]; 212 extern const wchar_t kChromeLauncherExe[];
214 extern const wchar_t kChromeMetroDll[]; 213 extern const wchar_t kChromeMetroDll[];
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 const int kCourgetteErrorOffset = 300; 264 const int kCourgetteErrorOffset = 300;
266 const int kBsdiffErrorOffset = 600; 265 const int kBsdiffErrorOffset = 600;
267 266
268 // Arguments to --patch switch 267 // Arguments to --patch switch
269 extern const char kCourgette[]; 268 extern const char kCourgette[];
270 extern const char kBsdiff[]; 269 extern const char kBsdiff[];
271 270
272 } // namespace installer 271 } // namespace installer
273 272
274 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 273 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « trunk/src/chrome/installer/util/google_update_util.cc ('k') | trunk/src/chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698