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

Unified Diff: chrome/installer/setup/setup_main.cc

Issue 11412015: Copy setup when quick-enabling app host to user-level from system-level. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments / move helpers to anonymous namespace. Created 8 years, 1 month 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/setup_main.cc
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
index 152036ef25e97dc4aae879a61d2f13c65c885bd3..4c90ab802d22a33b1979f7a82f6053a954d930a9 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;
}
+ install_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.

Powered by Google App Engine
This is Rietveld 408576698