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 0921b9b49e3602ab7db1ad4c2cbe68cdd0d57181..c92c2c7071b93d4dc5b6b5b7023f83578617eede 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 |