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

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

Issue 19758: ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/shell_util.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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 extern const wchar_t kShowEula[]; 81 extern const wchar_t kShowEula[];
82 } // namespace switches 82 } // namespace switches
83 83
84 extern const wchar_t kInstallBinaryDir[]; 84 extern const wchar_t kInstallBinaryDir[];
85 extern const wchar_t kChromeExe[]; 85 extern const wchar_t kChromeExe[];
86 extern const wchar_t kChromeOldExe[]; 86 extern const wchar_t kChromeOldExe[];
87 extern const wchar_t kChromeNewExe[]; 87 extern const wchar_t kChromeNewExe[];
88 extern const wchar_t kChromeDll[]; 88 extern const wchar_t kChromeDll[];
89 extern const wchar_t kSetupExe[]; 89 extern const wchar_t kSetupExe[];
90 90
91 extern const wchar_t kAppPathsRegistryKey[];
92 extern const wchar_t kAppPathsRegistryDefaultName[];
93 extern const wchar_t kAppPathsRegistryPathName[];
94
91 extern const wchar_t kUninstallStringField[]; 95 extern const wchar_t kUninstallStringField[];
92 extern const wchar_t kUninstallDisplayNameField[]; 96 extern const wchar_t kUninstallDisplayNameField[];
93 } // namespace installer_util 97 } // namespace installer_util
94 98
95 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H__ 99 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H__
OLDNEW
« no previous file with comments | « chrome/installer/util/shell_util.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698