| Index: chrome/installer/setup/install_worker.h
|
| diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
|
| index b3ccbeb2e0b62a80822a3c34d6176c1b13e4350e..33117dc6ea2e6c8a215904295947dd3a21a50a96 100644
|
| --- a/chrome/installer/setup/install_worker.h
|
| +++ b/chrome/installer/setup/install_worker.h
|
| @@ -190,17 +190,9 @@ void AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state,
|
| const Product& product,
|
| WorkItemList* work_item_list);
|
|
|
| -// Adds work items to add or remove the "quick-enable-cf" to the multi-installer
|
| -// binaries' version key on the basis of the current operation (represented in
|
| -// |installer_state|) and the pre-existing machine configuration (represented in
|
| -// |machine_state|). |setup_path| (the path to the executable currently being
|
| -// run) and |new_version| (the version of the product(s) currently being
|
| -// installed) are required when processing product installation; they are unused
|
| -// (and may therefore be empty) when uninstalling.
|
| +// Adds work items to remove "quick-enable-cf" from the multi-installer
|
| +// binaries' version key.
|
| void AddQuickEnableChromeFrameWorkItems(const InstallerState& installer_state,
|
| - const InstallationState& machine_state,
|
| - const base::FilePath& setup_path,
|
| - const base::Version& new_version,
|
| WorkItemList* work_item_list);
|
|
|
| } // namespace installer
|
|
|