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

Unified Diff: chrome/installer/setup/app_launcher_installer.h

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.h
diff --git a/chrome/installer/setup/app_launcher_installer.h b/chrome/installer/setup/app_launcher_installer.h
index 132005e072e779e14bbf11d45e6b89a91a776816..94495827ad9731daf8447fb4407044ecb79398cd 100644
--- a/chrome/installer/setup/app_launcher_installer.h
+++ b/chrome/installer/setup/app_launcher_installer.h
@@ -26,15 +26,6 @@ namespace installer {
class InstallerState;
-// Create Version key for a App Launcher (if not already present) and sets the
-// new product version as the last step. We need this for App Launcher in
-// order for shadow registry key to work.
-void AddAppLauncherVersionKeyWorkItems(
- HKEY root,
- const base::Version& new_version,
- bool add_language_identifier,
- WorkItemList* list);
-
// Remove App Launcher's registry key, so it is in sync with Google Chrome's.
// Note: The key is added by App Launcher in SetDidRunForNDayActiveStats().
void RemoveAppLauncherVersionKey(HKEY reg_root);

Powered by Google App Engine
This is Rietveld 408576698