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

Unified Diff: chrome/installer/util/install_util.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.h ('k') | chrome/installer/util/installation_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 17f7a102a0857512ecc4ba15b31dec2a03e6f823..dbaaf2bec161e99cc9b06d2c6c6dab978760646e 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -319,11 +319,6 @@ void InstallUtil::ResetIsPerUserInstallForTest() {
env->UnSetVar(kEnvProgramFilesPath);
}
-bool InstallUtil::IsMultiInstall(bool system_install) {
- ProductState state;
- return state.Initialize(system_install) && state.is_multi_install();
-}
-
bool CheckIsChromeSxSProcess() {
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
CHECK(command_line);
« no previous file with comments | « chrome/installer/util/install_util.h ('k') | chrome/installer/util/installation_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698