Index: chrome/installer/setup/uninstall.cc |
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc |
index a85890b52ed6f4ca1248e289e7ea68488a2ad760..3ce0b865bd3dbfefe62cf82f2daad1dcb503ae9a 100644 |
--- a/chrome/installer/setup/uninstall.cc |
+++ b/chrome/installer/setup/uninstall.cc |
@@ -1327,14 +1327,6 @@ InstallStatus UninstallProduct(const InstallationState& original_state, |
if (!backup_state_file.empty()) |
file_util::Delete(backup_state_file, false); |
- // If user-level Chrome is being uninstalled and system-level Chrome is |
- // present, launch the system-level Active Setup command to do post-install |
- // tasks for this user (i.e., create shortcuts). |
- if (product.is_chrome() && !installer_state.system_install() && |
- original_state.GetProductState(true, browser_dist->GetType())) { |
- InstallUtil::TriggerActiveSetupCommand(); |
- } |
- |
return ret; |
} |