| 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 0ddf31da85b6964b81eeae94f426586ceedc6c4e..87164dad7c6c1634d3aaa82d0c0072577b04212a 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -101,6 +101,8 @@ namespace internals {
|
| bool CheckAndSaveIcon(const base::FilePath& icon_file,
|
| const gfx::ImageFamily& image);
|
|
|
| +// Returns the Windows user-level shortcut paths that are specified in
|
| +// |creation_locations|.
|
| std::vector<base::FilePath> GetShortcutPaths(
|
| const ShellIntegration::ShortcutLocations& creation_locations);
|
| #endif
|
|
|