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

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

Issue 10810021: Register Chrome in Active Setup to be called by Windows at user login. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/setup/install_worker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/install_worker.h
diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
index c47f78d072e2d618001905a5fb35d82bb6b0629c..3a32d720f4a69ec9412959d477eef508b9522b29 100644
--- a/chrome/installer/setup/install_worker.h
+++ b/chrome/installer/setup/install_worker.h
@@ -129,6 +129,16 @@ void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
const Product& product,
WorkItemList* list);
+// Adds Active Setup registration for sytem-level setup to be called by Windows
+// on user-login post-install/update.
+// This method should be called for installation only.
+// |product|: The product being installed. This method is a no-op if this is
+// anything other than system-level Chrome/Chromium.
+void AddActiveSetupWorkItems(const InstallerState& installer_state,
+ const Version& new_version,
+ const Product& product,
+ WorkItemList* list);
+
// This method adds work items to create (or update) Chrome uninstall entry in
// either the Control Panel->Add/Remove Programs list or in the Omaha client
// state key if running under an MSI installer.
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/setup/install_worker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698