Index: chrome/browser/web_applications/web_app_chromeos.cc |
diff --git a/chrome/browser/web_applications/web_app_chromeos.cc b/chrome/browser/web_applications/web_app_chromeos.cc |
index 4c660f4057f0c0b205b1be5238e17722867de2e5..8fcd2f11016ee35cfa4f021e069b2ae63fda9606 100644 |
--- a/chrome/browser/web_applications/web_app_chromeos.cc |
+++ b/chrome/browser/web_applications/web_app_chromeos.cc |
@@ -16,7 +16,6 @@ namespace internals { |
bool CreatePlatformShortcuts( |
const base::FilePath& web_app_path, |
std::unique_ptr<ShortcutInfo> shortcut_info, |
- const extensions::FileHandlersInfo& file_handlers_info, |
const ShortcutLocations& creation_locations, |
ShortcutCreationReason creation_reason) { |
return true; |
@@ -25,11 +24,9 @@ bool CreatePlatformShortcuts( |
void DeletePlatformShortcuts(const base::FilePath& web_app_path, |
std::unique_ptr<ShortcutInfo> shortcut_info) {} |
-void UpdatePlatformShortcuts( |
- const base::FilePath& web_app_path, |
- const base::string16& old_app_title, |
- std::unique_ptr<ShortcutInfo> shortcut_info, |
- const extensions::FileHandlersInfo& file_handlers_info) {} |
+void UpdatePlatformShortcuts(const base::FilePath& web_app_path, |
+ const base::string16& old_app_title, |
+ std::unique_ptr<ShortcutInfo> shortcut_info) {} |
void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {} |