| 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;
|
| +
|
| // Copies the app launcher template into place and fills in all relevant
|
| // information.
|
| bool CreateShortcut();
|
|
|