Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index a3c73194787a42e4877c3914e6b11a764fe3baa1..1063e4af9beb12f5a0aaf37286ada818e5120fc7 100644 |
--- a/chrome/installer/setup/install.h |
+++ b/chrome/installer/setup/install.h |
@@ -18,6 +18,7 @@ |
#include "chrome/installer/util/util_constants.h" |
class FilePath; |
+class CommandLine; |
namespace installer { |
@@ -102,6 +103,11 @@ InstallStatus InstallOrUpdateProduct( |
const installer::MasterPreferences& prefs, |
const Version& new_version); |
+// This function is called by Google Update upon user login immediately after |
+// OS upgrade. |
+InstallStatus OnOsUpgrade(const InstallationState& original_state, |
+ const InstallerState& installer_state, |
+ const CommandLine& cmd_line); |
} // namespace installer |
grt (UTC plus 2)
2012/08/21 20:32:55
nit: add a newline before this line
huangs
2012/08/21 22:00:43
Done.
|
#endif // CHROME_INSTALLER_SETUP_INSTALL_H_ |