| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index 9285629834881f8329d69aa49b8815422934e7e0..a8660d36716ed36d2fa285ad49c7865422742f9e 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -553,6 +553,13 @@
|
| 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;
|
|
|