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

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

Issue 11299024: Revert 168080 - Configure system-level Chrome settings (i.e. install its shortcuts) immediately fol… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.cc
===================================================================
--- chrome/installer/setup/uninstall.cc (revision 168098)
+++ chrome/installer/setup/uninstall.cc (working copy)
@@ -1270,18 +1270,6 @@
if (!backup_state_file.empty())
file_util::Delete(backup_state_file, false);
- // Upon uninstalling user-level Chrome, install shortcuts to the system-level
- // Chrome if it exists (in most such cases the user-level uninstall is a
- // self-destruction).
- if (product.is_chrome() && !installer_state.system_install()) {
- const ProductState* system_level_product_state =
- original_state.GetProductState(true, browser_dist->GetType());
- if (system_level_product_state) {
- FilePath system_chrome_path(GetChromeInstallPath(true, browser_dist));
- HandleActiveSetupForBrowser(system_chrome_path, product, true);
- }
- }
-
return ret;
}
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698