Chromium Code Reviews| 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; |