| 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 529e863523851c3734e9ac46a5553003cbc6d07e..4af42ec34b21281f314327a3eeb0e7bc0ef77cc0 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -551,6 +551,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.
|
|
|