Index: chrome/browser/apps/install_chrome_app.h |
diff --git a/chrome/browser/apps/install_chrome_app.h b/chrome/browser/apps/install_chrome_app.h |
index d14e90f53785c947a8e9ff74a710988519e94081..4d15208e1165f31c2c840473fc3a7e3d90820c07 100644 |
--- a/chrome/browser/apps/install_chrome_app.h |
+++ b/chrome/browser/apps/install_chrome_app.h |
@@ -7,11 +7,12 @@ |
#include <string> |
+#include "url/gurl.h" |
+ |
namespace install_chrome_app { |
-// Initiates the UI flow for installing a Chrome app. |
-// Currently this is done by directing the user to the webstore page. |
-void InstallChromeApp(const std::string& app_id); |
+// Get the webstore URL for an app. |
+GURL GetAppInstallUrl(const std::string& app_id); |
} // namespace install_chrome_app |