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

Unified Diff: chrome/installer/setup/app_launcher_installer.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/app_launcher_installer.cc
diff --git a/chrome/installer/setup/app_launcher_installer.cc b/chrome/installer/setup/app_launcher_installer.cc
index e119699c1bb546203c11cf2c3aaf3b109e662f91..fe4598af6144573276fcbcca9e818e130753ccc0 100644
--- a/chrome/installer/setup/app_launcher_installer.cc
+++ b/chrome/installer/setup/app_launcher_installer.cc
@@ -54,20 +54,6 @@ void AddLegacyAppCommandRemovalItem(const InstallerState& installer_state,
} // namespace
-void AddAppLauncherVersionKeyWorkItems(HKEY root,
- const base::Version& new_version,
- bool add_language_identifier,
- WorkItemList* list) {
- DCHECK(!InstallUtil::IsChromeSxSProcess());
- const UpdatingAppRegistrationData app_launcher_reg_data(kAppLauncherGuid);
- AddVersionKeyWorkItems(root,
- app_launcher_reg_data.GetVersionKey(),
- GetAppLauncherDisplayName(),
- new_version,
- add_language_identifier,
- list);
-}
-
void RemoveAppLauncherVersionKey(HKEY reg_root) {
DCHECK(!InstallUtil::IsChromeSxSProcess());
const UpdatingAppRegistrationData app_launcher_reg_data(kAppLauncherGuid);

Powered by Google App Engine
This is Rietveld 408576698