| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index d90c9a570bfcde664670585d4f06e2b0bd9257e8..f781f064748c99b967409f60b7a5249997604668 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1032,6 +1032,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.
|
|
|