| 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.
|
|
|