| Index: chrome/installer/setup/install_worker.h
|
| diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
|
| index abcd1e563cda51d06f9ae4a3d6f55fb9137bc6e7..33117dc6ea2e6c8a215904295947dd3a21a50a96 100644
|
| --- a/chrome/installer/setup/install_worker.h
|
| +++ b/chrome/installer/setup/install_worker.h
|
| @@ -158,6 +158,10 @@
|
| 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,
|
|
|