Remove the OnError method from notification delegates.
commit212db6946282a49e675fc604f23e1fe101fcd540
authorpeter <peter@chromium.org>
Fri, 31 Oct 2014 11:18:50 +0000 (31 04:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 31 Oct 2014 11:19:06 +0000 (31 11:19 +0000)
tree440c78a34759a51353cc4dc993326574f83c3415
parent7cb892ded5911f64dedd7ef0f55128065319370f
Remove the OnError method from notification delegates.

OnError was meant to support the "onerror" event for Web Notifications,
but it has no call sites. There are a few future use-cases for this event,
but those don't concern non-Web Notifications so we don't need this plumbing.

BUG=428370

Review URL: https://codereview.chromium.org/687183004

Cr-Commit-Position: refs/heads/master@{#302248}
25 files changed:
chrome/browser/chromeos/file_system_provider/notification_manager.cc
chrome/browser/chromeos/file_system_provider/notification_manager.h
chrome/browser/chromeos/net/network_portal_notification_controller.cc
chrome/browser/chromeos/net/network_portal_notification_controller.h
chrome/browser/local_discovery/privet_notifications.cc
chrome/browser/local_discovery/privet_notifications.h
chrome/browser/notifications/message_center_notifications_browsertest.cc
chrome/browser/notifications/notification_object_proxy.cc
chrome/browser/notifications/notification_object_proxy.h
chrome/browser/notifications/notification_test_util.h
chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h
content/browser/frame_host/render_frame_host_impl.cc
content/browser/notifications/page_notification_delegate.cc
content/browser/notifications/page_notification_delegate.h
content/child/notifications/notification_manager.cc
content/child/notifications/notification_manager.h
content/common/desktop_notification_messages.h
content/common/platform_notification_messages.h
content/public/browser/desktop_notification_delegate.h
content/renderer/notification_provider.cc
content/renderer/notification_provider.h
ui/message_center/notification.h
ui/message_center/notification_delegate.cc
ui/message_center/notification_delegate.h