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

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

Issue 2589753002: Remove multi-install from chrome/installer/setup. (Closed)
Patch Set: gab and robertshield comments 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
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 25f96f0c987c8db7fde04ad1e866b216180a6656..c450f3262cb693911422232e7cd07ada0056533e 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -11,8 +11,9 @@
#include <shlobj.h>
#include <shlwapi.h>
-#include <algorithm>
#include <memory>
+#include <string>
+#include <vector>
#include "base/command_line.h"
#include "base/environment.h"
@@ -496,7 +497,6 @@ int InstallUtil::GetInstallReturnCode(installer::InstallStatus status) {
case installer::INSTALL_REPAIRED:
case installer::NEW_VERSION_UPDATED:
case installer::IN_USE_UPDATED:
- case installer::UNUSED_BINARIES_UNINSTALLED:
case installer::OLD_VERSION_DOWNGRADE:
case installer::IN_USE_DOWNGRADE:
return 0;

Powered by Google App Engine
This is Rietveld 408576698