Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index 3671c6b6bdedb1719e5a29bb4458d716db8b7233..fb94a6398754ca1d43b7d7be9941cc14e00138bd 100644 |
--- a/chrome/installer/setup/install.h |
+++ b/chrome/installer/setup/install.h |
@@ -129,6 +129,11 @@ InstallStatus InstallOrUpdateProduct( |
const installer::MasterPreferences& prefs, |
const base::Version& new_version); |
+// Launches a process that deletes files that belong to old versions of Chrome. |
+// |setup_path| is the path to the setup.exe executable to use. |
+void LaunchDeleteOldVersionsProcess(const base::FilePath& setup_path, |
+ const InstallerState& installer_state); |
+ |
// Performs installation-related tasks following an OS upgrade. |
// |chrome| The installed product (must be a browser). |
// |installed_version| the current version of this install. |