Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: trunk/src/chrome/installer/setup/install.h

Issue 422593002: Revert 285661 "Remove some dead app host code." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « trunk/src/chrome/installer/launcher_support/chrome_launcher_support.cc ('k') | trunk/src/chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698