| Index: chrome/installer/setup/install_worker.h
|
| ===================================================================
|
| --- chrome/installer/setup/install_worker.h (revision 104338)
|
| +++ chrome/installer/setup/install_worker.h (working copy)
|
| @@ -139,12 +139,16 @@
|
| const Version& new_version,
|
| WorkItemList* list);
|
|
|
| -// [Un]Registers Chrome and ChromeLauncher in IE's low rights elevation policy.
|
| -void AddElevationPolicyWorkItems(const InstallationState& original_state,
|
| - const InstallerState& installer_state,
|
| - const Version& new_version,
|
| - WorkItemList* install_list);
|
| +// Unregisters the "opv" version of ChromeLauncher from IE's low rights
|
| +// elevation policy.
|
| +void AddDeleteOldIELowRightsPolicyWorkItems(
|
| + const InstallerState& installer_state,
|
| + WorkItemList* install_list);
|
|
|
| +// Adds work items to copy IE low rights policies for an in-use update.
|
| +void AddCopyIELowRightsPolicyWorkItems(const InstallerState& installer_state,
|
| + WorkItemList* install_list);
|
| +
|
| // Utility method currently shared between install.cc and install_worker.cc
|
| void AppendUninstallCommandLineFlags(const InstallerState& installer_state,
|
| const Product& product,
|
|
|