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

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

Issue 1439803002: Remove logic for unused foreground auto-launch mode on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d1_rm_auto_launch_trial
Patch Set: Created 5 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/uninstall.cc
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
index 63dc893eeb30eb225eaf27431a9627168d41339f..e81dffd26ce5b7add41c58ce313d109d23d8156a 100644
--- a/chrome/installer/setup/uninstall.cc
+++ b/chrome/installer/setup/uninstall.cc
@@ -1151,8 +1151,7 @@ InstallStatus UninstallProduct(const InstallationState& original_state,
WorkItem::kWow64Default);
}
- auto_launch_util::DisableAllAutoStartFeatures(
- base::ASCIIToUTF16(chrome::kInitialProfile));
+ auto_launch_util::DisableBackgroundStartAtLogin();
// If user-level chrome is self-destructing as a result of encountering a
// system-level chrome, retarget owned non-default shortcuts (app shortcuts,

Powered by Google App Engine
This is Rietveld 408576698