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

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

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 months 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/install_worker.cc
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
index 68ac7554c1089c33ab6dd8d3ddc62e2a3255177a..3d10b4efd2fbbb8d65b4f8f2beb2c3debdf4c8e8 100644
--- a/chrome/installer/setup/install_worker.cc
+++ b/chrome/installer/setup/install_worker.cc
@@ -244,10 +244,8 @@ void AddProductSpecificWorkItems(const InstallationState& original_state,
#if defined(GOOGLE_CHROME_BUILD)
if (!InstallUtil::IsChromeSxSProcess()) {
- // Add items to set up the App Launcher's version key if Google Chrome
- // is being installed or updated.
- AddAppLauncherVersionKeyWorkItems(installer_state.root_key(),
- new_version, add_language_identifier, list);
+ // Remove the app launcher key as it has been deprecated.
+ RemoveAppLauncherVersionKey(installer_state.root_key());
}
#endif // GOOGLE_CHROME_BUILD
InstallUtil::AddUpdateDowngradeVersionItem(

Powered by Google App Engine
This is Rietveld 408576698