| Index: chrome/browser/web_applications/web_app_linux.cc
|
| diff --git a/chrome/browser/web_applications/web_app_linux.cc b/chrome/browser/web_applications/web_app_linux.cc
|
| index 4cde8756f7292ada52d45ebee5c516dfeb116c70..604956f205089cd38b37cb7d11abf53f179904f2 100644
|
| --- a/chrome/browser/web_applications/web_app_linux.cc
|
| +++ b/chrome/browser/web_applications/web_app_linux.cc
|
| @@ -67,6 +67,10 @@ void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {
|
| #endif
|
| }
|
|
|
| +void UpdateShortcutsForAllAppsForProfile(const base::FilePath& profile_path,
|
| + const std::set<std::string>& app_ids) {
|
| +}
|
| +
|
| } // namespace internals
|
|
|
| } // namespace web_app
|
|
|