| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 0c630f6ab0e3f91d34cdbb57aff9993a768cc4ef..fb32661472832c7454494bbcda678c095a800212 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -489,6 +489,10 @@ void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {
|
| }
|
| }
|
|
|
| +void UpdateShortcutsForAllAppsForProfile(const base::FilePath& profile_path,
|
| + const std::set<std::string>& app_ids) {
|
| +}
|
| +
|
| std::vector<base::FilePath> GetShortcutPaths(
|
| const ShortcutLocations& creation_locations) {
|
| // Shortcut paths under which to create shortcuts.
|
|
|