| 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 67525970be722580b60b834b2b797037fc6435aa..f0f8f5b21650a955d21aa486f47ed78a872e9da6 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -110,6 +110,8 @@ string16 GetAppShortcutsSubdirName();
|
| namespace internals {
|
|
|
| #if defined(OS_WIN)
|
| +// Returns the Windows user-level shortcut paths that are specified in
|
| +// |creation_locations|.
|
| std::vector<base::FilePath> GetShortcutPaths(
|
| const ShellIntegration::ShortcutLocations& creation_locations);
|
| #endif
|
|
|