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

Unified Diff: chrome/install_static/install_modes.h

Issue 2601443002: Remove multi-install from install_static. (Closed)
Patch Set: Created 4 years 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/install_static/install_modes.h
diff --git a/chrome/install_static/install_modes.h b/chrome/install_static/install_modes.h
index 31b426ff9916a852d2f3fc2f54a60d6fe41d7640..36cdd47535ae2a4bbbf1c64bb7e07b3e66111d7b 100644
--- a/chrome/install_static/install_modes.h
+++ b/chrome/install_static/install_modes.h
@@ -52,13 +52,13 @@ extern const wchar_t kProductPathName[];
// The length, in characters, of kProductPathName not including the terminator.
extern const size_t kProductPathNameLength;
-// The GUID with which the brand's multi-install binaries are registered with
+// The GUID with which the brand's multi-install binaries were registered with
huangs 2016/12/27 20:04:22 Add "(legacy)" for multi-install? Same below.
grt (UTC plus 2) 2017/01/02 12:58:44 Done.
// Google Update. Must be empty if the brand does not integrate with Google
// Update.
extern const wchar_t kBinariesAppGuid[];
// The name of the registry key in which data for the brand's multi-install
-// binaries are stored. Must be empty if the brand integrates with Google
+// binaries were stored. Must be empty if the brand integrates with Google
// Update.
extern const wchar_t kBinariesPathName[];

Powered by Google App Engine
This is Rietveld 408576698