| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index af86986173e31fd1146a096b238fca6758b5fab4..998c58beabee06510b144a3d3e702c497340e8ec 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -101,6 +101,11 @@ std::vector<base::FilePath> GetShortcutPaths(
|
| const ShellIntegration::ShortcutLocations& creation_locations);
|
| #endif
|
|
|
| +#if defined(OS_MACOSX)
|
| +base::FilePath GetAppInstallPath(
|
| + const ShellIntegration::ShortcutInfo& shortcut_info);
|
| +#endif
|
| +
|
| // Implemented for each platform, does the platform specific parts of creating
|
| // shortcuts. Used internally by CreateShortcutsOnFileThread.
|
| // |shortcut_data_path| is where to store any resources created for the
|
|
|