diff options
Diffstat (limited to 'chrome/browser/web_applications/web_app_android.cc')
-rw-r--r-- | chrome/browser/web_applications/web_app_android.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/web_applications/web_app_android.cc b/chrome/browser/web_applications/web_app_android.cc index b5f00cf..2008ece 100644 --- a/chrome/browser/web_applications/web_app_android.cc +++ b/chrome/browser/web_applications/web_app_android.cc @@ -17,5 +17,9 @@ void DeletePlatformShortcuts( const FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info) {} +void UpdatePlatformShortcuts( + const FilePath& web_app_path, + const ShellIntegration::ShortcutInfo& shortcut_info) {} + } // namespace internals } // namespace web_app |