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

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

Issue 1271893003: Add options to write version number to registry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: start subprocess to set DisplayVersion 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 side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/master_preferences_constants.h
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
index 47ea88206a63a39c0610e181bfb7599c39a06f41..1ca7dd39e9f0db03a53d6652bf1f1452ec1d586f 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -84,6 +84,9 @@ extern const char kMakeChromeDefault[];
extern const char kMakeChromeDefaultForUser[];
// Boolean. Expect to be run by an MSI installer. Cmd line override present.
extern const char kMsi[];
+// String. The installer ID under which the MSI stores its information. This
robertshield 2015/08/18 17:27:26 s/installer ID/MSI Product ID/
bcwhite 2015/09/02 15:21:45 Done.
+// is used to update the DisplayVersion to match Chrome's version number.
+extern const char kMsiInstallId[];
// Boolean. Support installing multiple products at once.
extern const char kMultiInstall[];
// Boolean. Show EULA dialog before install.

Powered by Google App Engine
This is Rietveld 408576698