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

Unified Diff: chrome/installer/util/installation_state.cc

Issue 2594113002: Remove multi-install from installer_util. (Closed)
Patch Set: go 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/installer/util/install_util.cc ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/installation_state.cc
diff --git a/chrome/installer/util/installation_state.cc b/chrome/installer/util/installation_state.cc
index 271f513e0b7ef13127ea362a9253af2be3664c90..68e548f33b0fa04205bc205f35138b2f52762466 100644
--- a/chrome/installer/util/installation_state.cc
+++ b/chrome/installer/util/installation_state.cc
@@ -12,6 +12,7 @@
#include "chrome/installer/util/browser_distribution.h"
#include "chrome/installer/util/google_update_constants.h"
#include "chrome/installer/util/install_util.h"
+#include "chrome/installer/util/util_constants.h"
namespace installer {
@@ -117,7 +118,7 @@ bool ProductState::Initialize(bool system_install) {
&dw_value) == ERROR_SUCCESS) && (dw_value != 0);
// Multi-install is a legacy option that is read for the sole purpose of
// migrating clients away from it.
- multi_install_ = uninstall_command_.HasSwitch(switches::kMultiInstall);
+ multi_install_ = uninstall_command_.HasSwitch("multi-install");
}
// Read from the ClientStateMedium key. Values here override those in
« no previous file with comments | « chrome/installer/util/install_util.cc ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698