| Index: chrome/installer/setup/install_worker.h
|
| diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
|
| index 74b79442e57fb638cd30679a1bfc0a4f00e54567..825cde4f28230d65647bad5addffa859e32dbff3 100644
|
| --- a/chrome/installer/setup/install_worker.h
|
| +++ b/chrome/installer/setup/install_worker.h
|
| @@ -134,6 +134,7 @@ void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
|
| // |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 FilePath& setup_path,
|
| const Version& new_version,
|
| const Product& product,
|
| WorkItemList* list);
|
|
|