| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 4fe94bf9166e5984a5f781c0c4cdea0a4fe813d5..0baac98336ac1f7b23bf4bccf6966d26b15f6817 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -101,16 +101,6 @@ class DesktopNotificationDelegateImpl : public DesktopNotificationDelegate {
|
| rfh->GetRoutingID(), notification_id_));
|
| }
|
|
|
| - void NotificationError() override {
|
| - RenderFrameHost* rfh =
|
| - RenderFrameHost::FromID(render_process_id_, render_frame_id_);
|
| - if (!rfh)
|
| - return;
|
| -
|
| - rfh->Send(new DesktopNotificationMsg_PostError(
|
| - rfh->GetRoutingID(), notification_id_));
|
| - }
|
| -
|
| void NotificationClosed(bool by_user) override {
|
| RenderFrameHost* rfh =
|
| RenderFrameHost::FromID(render_process_id_, render_frame_id_);
|
|
|