summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r--chrome/installer/setup/install_worker.cc3
-rw-r--r--chrome/installer/setup/install_worker.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
index 4824016..1f2e966 100644
--- a/chrome/installer/setup/install_worker.cc
+++ b/chrome/installer/setup/install_worker.cc
@@ -1241,7 +1241,7 @@ void AddInstallWorkItems(const InstallationState& original_state,
AddDelegateExecuteWorkItems(installer_state, target_path, new_version,
product, install_list);
- AddActiveSetupWorkItems(installer_state, setup_path, new_version, product,
+ AddActiveSetupWorkItems(installer_state, new_version, product,
install_list);
}
@@ -1399,7 +1399,6 @@ void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
}
void AddActiveSetupWorkItems(const InstallerState& installer_state,
- const base::FilePath& setup_path,
const Version& new_version,
const Product& product,
WorkItemList* list) {
diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
index d4aa130..a66c391 100644
--- a/chrome/installer/setup/install_worker.h
+++ b/chrome/installer/setup/install_worker.h
@@ -150,7 +150,6 @@ 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 base::FilePath& setup_path,
const base::Version& new_version,
const Product& product,
WorkItemList* list);