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

Unified Diff: chrome/installer/util/util_constants.h

Issue 164408: Merge 21428 - Allow two user level installs of Chrome to have default browser... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/shell_util.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.h
===================================================================
--- chrome/installer/util/util_constants.h (revision 23187)
+++ chrome/installer/util/util_constants.h (working copy)
@@ -5,8 +5,8 @@
// Defines all install related constants that need to be used by Chrome as
// well as Chrome Installer.
-#ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H__
-#define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H__
+#ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
+#define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
namespace installer_util {
@@ -56,6 +56,7 @@
extern const wchar_t kMakeChromeDefault[];
extern const wchar_t kNewSetupExe[];
extern const wchar_t kRegisterChromeBrowser[];
+extern const wchar_t kRegisterChromeBrowserSuffix[];
extern const wchar_t kRenameChromeExe[];
extern const wchar_t kRemoveChromeRegistration[];
extern const wchar_t kRunAsAdmin[];
@@ -84,4 +85,4 @@
} // namespace installer_util
-#endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H__
+#endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
Property changes on: chrome\installer\util\util_constants.h
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/chrome/installer/util/util_constants.h:r21428
« 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