| 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 0163868e64d199a9346bf9263ff2928be5f34189..b5f00cf15dc137ae170b44204c59bf333303ce77 100644
|
| --- a/chrome/browser/web_applications/web_app_android.cc
|
| +++ b/chrome/browser/web_applications/web_app_android.cc
|
| @@ -7,15 +7,15 @@
|
| namespace web_app {
|
| namespace internals {
|
|
|
| -bool CreatePlatformShortcut(
|
| +bool CreatePlatformShortcuts(
|
| const FilePath& web_app_path,
|
| - const FilePath& profile_path,
|
| const ShellIntegration::ShortcutInfo& shortcut_info) {
|
| return true;
|
| }
|
|
|
| -void DeletePlatformShortcuts(const FilePath& profile_path,
|
| - const std::string& extension_id) {}
|
| +void DeletePlatformShortcuts(
|
| + const FilePath& web_app_path,
|
| + const ShellIntegration::ShortcutInfo& shortcut_info) {}
|
|
|
| } // namespace internals
|
| } // namespace web_app
|
|
|