| Index: chrome/browser/web_applications/web_app_chromeos.cc
|
| diff --git a/chrome/browser/web_applications/web_app_chromeos.cc b/chrome/browser/web_applications/web_app_chromeos.cc
|
| index d21b9bcb3cab26026d7d9ca4ca405894ac448061..ca644a9b8ffa9e34a0b7eea67319c46ca1d53866 100644
|
| --- a/chrome/browser/web_applications/web_app_chromeos.cc
|
| +++ b/chrome/browser/web_applications/web_app_chromeos.cc
|
| @@ -27,5 +27,9 @@ void UpdatePlatformShortcuts(
|
|
|
| void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
|
|
|
| +void UpdateShortcutsForAllAppsForProfile(
|
| + const base::FilePath& profile_path,
|
| + const std::set<std::string>& app_ids) {}
|
| +
|
| } // namespace internals
|
| } // namespace web_app
|
|
|