Index: trunk/src/chrome/installer/setup/install.h |
=================================================================== |
--- trunk/src/chrome/installer/setup/install.h (revision 285705) |
+++ trunk/src/chrome/installer/setup/install.h (working copy) |
@@ -132,6 +132,11 @@ |
const Product& chrome, |
bool force); |
+// Launches app_host.exe to install content from web store (non-blocking). |
+// Returns true on successful execution (although successful installation |
+// is not guaranteed). |
+bool InstallFromWebstore(const std::string& app_code); |
+ |
} // namespace installer |
#endif // CHROME_INSTALLER_SETUP_INSTALL_H_ |