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

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: self-review 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..f9d8057623e0b335e152f7a1b4634519cbccfa8f 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -555,11 +555,6 @@ InstallStatus InstallOrUpdateProduct(
}
installer_state.UpdateStage(installer::REMOVING_OLD_VERSIONS);
grt (UTC plus 2) 2016/02/24 20:06:16 move this to the new place where old versions are
fdoray 2016/02/25 18:26:47 Done.
-
- installer_state.RemoveOldVersionDirectories(
- new_version,
- existing_version.get(),
- install_temp_path);
}
return result;

Powered by Google App Engine
This is Rietveld 408576698