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

Unified Diff: chrome/installer/setup/install.cc

Issue 1666363002: Delete old files after an update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix return type Created 4 years, 10 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/setup/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index a8660d36716ed36d2fa285ad49c7865422742f9e..9285629834881f8329d69aa49b8815422934e7e0 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -553,13 +553,6 @@ InstallStatus InstallOrUpdateProduct(
installer_state.target_path().Append(installer::kChromeExe));
}
}
-
- installer_state.UpdateStage(installer::REMOVING_OLD_VERSIONS);
-
- installer_state.RemoveOldVersionDirectories(
- new_version,
- existing_version.get(),
- install_temp_path);
}
return result;

Powered by Google App Engine
This is Rietveld 408576698