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

Unified Diff: chrome/install_static/google_chrome_install_modes.cc

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/chromium_install_modes.cc ('k') | chrome/install_static/install_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/google_chrome_install_modes.cc
diff --git a/chrome/install_static/google_chrome_install_modes.cc b/chrome/install_static/google_chrome_install_modes.cc
index 2ee3a26119694233bd2e68a4cfe2171c701a0bd8..ad900e7f275edf405f77913ed156461fea5b49e8 100644
--- a/chrome/install_static/google_chrome_install_modes.cc
+++ b/chrome/install_static/google_chrome_install_modes.cc
@@ -31,7 +31,7 @@ const InstallConstants kInstallModes[] = {
L"", // The empty string means "stable".
ChannelStrategy::ADDITIONAL_PARAMETERS,
true, // Supports system-level installs.
- true, // Supports multi-install.
+ true, // Supported multi-install.
},
{
sizeof(kInstallModes[0]),
@@ -41,7 +41,7 @@ const InstallConstants kInstallModes[] = {
L"canary",
ChannelStrategy::FIXED,
false, // Does not support system-level installs.
- false, // Does not support multi-install.
+ false, // Did not support multi-install.
},
};
« no previous file with comments | « chrome/install_static/chromium_install_modes.cc ('k') | chrome/install_static/install_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698