Create hosted apps from any website for streamlined hosted apps.
This CL replaces the "Create application shortcuts" button in
Wrench Menu > Tools with "Create app for this website" for the
streamlined hosted app experience.
Rather than creating shortcuts, this button creates a hosted
app that points to the website. From there, the user can right click
the hosted app and press "Create shortcuts" if they wish.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235012
Review URL: https://codereview.chromium.org/34533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235623 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index 9976833c..b4fa6fc 100644
--- a/chrome/browser/ui/browser_commands.h
+++ b/chrome/browser/ui/browser_commands.h
@@ -158,6 +158,7 @@
bool CanViewSource(const Browser* browser);
void CreateApplicationShortcuts(Browser* browser);
+void CreateHostedAppFromCurrentWebContents(Browser* browser);
bool CanCreateApplicationShortcuts(const Browser* browser);
void ConvertTabToAppWindow(Browser* browser, content::WebContents* contents);