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

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

Issue 2663003003: Fix -full fallback for diff updates (M56). (Closed)
Patch Set: Created 3 years, 10 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 19 matching lines...) Expand all
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[]; 37 extern const wchar_t kInstallerErrorRegistryValue[];
38 extern const wchar_t kInstallerExtraCode1RegistryValue[]; 38 extern const wchar_t kInstallerExtraCode1RegistryValue[];
39 extern const wchar_t kInstallerResultRegistryValue[]; 39 extern const wchar_t kInstallerResultRegistryValue[];
40 extern const wchar_t kPvRegistryValue[];
41 extern const wchar_t kUninstallArgumentsRegistryValue[];
40 extern const wchar_t kUninstallRegistryValue[]; 42 extern const wchar_t kUninstallRegistryValue[];
41 43
42 // Registry key paths. 44 // Registry key paths.
45 extern const wchar_t kClientsKeyBase[];
43 extern const wchar_t kClientStateKeyBase[]; 46 extern const wchar_t kClientStateKeyBase[];
44 extern const wchar_t kCleanupRegistryKey[]; 47 extern const wchar_t kCleanupRegistryKey[];
45 48
46 } // namespace mini_installer 49 } // namespace mini_installer
47 50
48 #endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_ 51 #endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698