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

Unified Diff: chrome/install_static/chromium_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 | « no previous file | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/chromium_install_modes.cc
diff --git a/chrome/install_static/chromium_install_modes.cc b/chrome/install_static/chromium_install_modes.cc
index 3e58e0d8224d4e145f9fb97dfd701ed5072e5bdc..7bb5db3e0ef768c2d9a75e82d49a63da0f61d5ff 100644
--- a/chrome/install_static/chromium_install_modes.cc
+++ b/chrome/install_static/chromium_install_modes.cc
@@ -31,7 +31,7 @@ const InstallConstants kInstallModes[] = {
L"", // Empty default channel name as above.
ChannelStrategy::UNSUPPORTED,
true, // Supports system-level installs.
- true, // Supports multi-install.
+ true, // Supported multi-install.
},
};
« no previous file with comments | « no previous file | chrome/install_static/google_chrome_install_modes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698