| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 89e1eeb64271f3f02d2229fd3f0cd536cdd3cf26..531c02486a37b07cb5ede266177b67b0bbc64b50 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1031,6 +1031,9 @@ installer::InstallStatus UninstallProducts(
|
| install_status = prod_status;
|
| }
|
|
|
| + installer::CleanUpInstallationDirectoryAfterUninstall(
|
| + original_state, installer_state, cmd_line, &install_status);
|
| +
|
| // Tell Google Update that an uninstall has taken place.
|
| // Ignore the return value: success or failure of Google Update
|
| // has no bearing on the success or failure of Chrome's uninstallation.
|
|
|