Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index a3c73194787a42e4877c3914e6b11a764fe3baa1..51da16415749ef503581ab1be12e7a2890e55458 100644 |
--- a/chrome/installer/setup/install.h |
+++ b/chrome/installer/setup/install.h |
@@ -102,6 +102,11 @@ InstallStatus InstallOrUpdateProduct( |
const installer::MasterPreferences& prefs, |
const Version& new_version); |
+// Performs installation-related tasks following an OS upgrade. |
+void HandleOsUpgradeForBrowser(const InstallerState& installer_state, |
+ const Product& chrome, |
+ const FilePath& setup_exe); |
+ |
} // namespace installer |
#endif // CHROME_INSTALLER_SETUP_INSTALL_H_ |