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

Unified Diff: chrome/install_static/install_modes.h

Issue 2601443002: Remove multi-install from install_static. (Closed)
Patch Set: rebase onto position 442831 Created 3 years, 11 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/install_static/install_details_unittest.cc ('k') | chrome/install_static/install_modes_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..687686b84de1f2b523764a8a84418f857908be7e 100644
--- a/chrome/install_static/install_modes.h
+++ b/chrome/install_static/install_modes.h
@@ -52,14 +52,14 @@ 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
-// Google Update. Must be empty if the brand does not integrate with Google
-// Update.
+// The GUID with which the brand's multi-install binaries were registered with
+// Google Update for modes that once supported the now-deprecated multi-install.
+// 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
-// Update.
+// binaries were stored for modes that once supported the now-deprecated
+// multi-install. Must be empty if the brand integrates with Google Update.
extern const wchar_t kBinariesPathName[];
// A brand's collection of install modes.
« no previous file with comments | « chrome/install_static/install_details_unittest.cc ('k') | chrome/install_static/install_modes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698