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

Side by Side Diff: chrome/installer/mini_installer/mini_installer_constants.h

Issue 1247993002: Return Windows error code when create-process fails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: untabify and rebase Created 5 years, 4 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_ 5 #ifndef CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_
6 #define CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_ 6 #define CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_
7 7
8 namespace mini_installer { 8 namespace mini_installer {
9 9
10 // Various filenames and prefixes. 10 // Various filenames and prefixes.
(...skipping 16 matching lines...) Expand all
27 extern const wchar_t kMultiInstallTag[]; 27 extern const wchar_t kMultiInstallTag[];
28 28
29 // The resource types that would be unpacked from the mini installer. 29 // The resource types that would be unpacked from the mini installer.
30 extern const wchar_t kBinResourceType[]; 30 extern const wchar_t kBinResourceType[];
31 extern const wchar_t kLZCResourceType[]; 31 extern const wchar_t kLZCResourceType[];
32 extern const wchar_t kLZMAResourceType[]; 32 extern const wchar_t kLZMAResourceType[];
33 33
34 // Registry value names. 34 // Registry value names.
35 extern const wchar_t kApRegistryValue[]; 35 extern const wchar_t kApRegistryValue[];
36 extern const wchar_t kCleanupRegistryValue[]; 36 extern const wchar_t kCleanupRegistryValue[];
37 extern const wchar_t kInstallerErrorRegistryValue[];
38 extern const wchar_t kInstallerExtraCode1RegistryValue[];
39 extern const wchar_t kInstallerResultRegistryValue[];
37 extern const wchar_t kUninstallRegistryValue[]; 40 extern const wchar_t kUninstallRegistryValue[];
38 41
39 // Registry key paths. 42 // Registry key paths.
40 extern const wchar_t kClientStateKeyBase[]; 43 extern const wchar_t kClientStateKeyBase[];
41 extern const wchar_t kCleanupRegistryKey[]; 44 extern const wchar_t kCleanupRegistryKey[];
42 45
43 extern const size_t kMaxResourceSize; 46 extern const size_t kMaxResourceSize;
44 47
45 } // namespace mini_installer 48 } // namespace mini_installer
46 49
47 #endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_ 50 #endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.cc ('k') | chrome/installer/mini_installer/mini_installer_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698