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

Unified Diff: chrome/browser/web_applications/web_app_mac.h

Issue 14579006: Start app shim when app launched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 7 years, 7 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: chrome/browser/web_applications/web_app_mac.h
diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h
index 236fe957a6ab3b8adbbb32ba6931e4a5e90dc375..91d46d71642b85e195e1c381f14c345ebdd5d256 100644
--- a/chrome/browser/web_applications/web_app_mac.h
+++ b/chrome/browser/web_applications/web_app_mac.h
@@ -25,6 +25,9 @@ namespace web_app {
base::FilePath GetAppInstallPath(
const ShellIntegration::ShortcutInfo& shortcut_info);
+// If necessary, launch the shortcut for an app.
+void MaybeLaunchShortcut(const ShellIntegration::ShortcutInfo& shortcut_info);
+
// Creates a shortcut for a web application. The shortcut is a stub app
// that simply loads the browser framework and runs the given app.
class WebAppShortcutCreator {
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac_browsertest.mm ('k') | chrome/browser/web_applications/web_app_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698