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

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: 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 8f9b90c0aadad76ea089596cf0674b374318aaf2..2e219bb9c9841dd4d4c8254309250724493fdce4 100644
--- a/chrome/browser/web_applications/web_app_mac.h
+++ b/chrome/browser/web_applications/web_app_mac.h
@@ -34,6 +34,9 @@ class WebAppShortcutCreator {
virtual ~WebAppShortcutCreator();
+ // Returns a path to the destination where the app should be written to.
+ base::FilePath GetShortcutPath() const;
tapted 2013/05/16 04:51:00 you should get this in a rebase now ;)
jackhou1 2013/05/17 05:45:36 I got it from 14760002, so might need that to land
+
// Copies the app launcher template into place and fills in all relevant
// information.
bool CreateShortcut();

Powered by Google App Engine
This is Rietveld 408576698