| Index: chrome/browser/web_applications/web_app_android.cc
|
| diff --git a/chrome/browser/web_applications/web_app_android.cc b/chrome/browser/web_applications/web_app_android.cc
|
| index 2c40d479313f575b503722d554954f413ef055b2..608329faaec55a34d590d340969872895bbc5362 100644
|
| --- a/chrome/browser/web_applications/web_app_android.cc
|
| +++ b/chrome/browser/web_applications/web_app_android.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
|
|
|