Chromium Code Reviews| Index: content/renderer/notification_provider.h |
| diff --git a/content/renderer/notification_provider.h b/content/renderer/notification_provider.h |
| index 9015515d4b06d87a8b67f5069d60bcb7385bf014..7428e2f5da1a5329df3caf300a0130650c8a1928 100644 |
| --- a/content/renderer/notification_provider.h |
| +++ b/content/renderer/notification_provider.h |
| @@ -46,7 +46,6 @@ class NotificationProvider : public RenderFrameObserver, |
| // IPC handlers. |
| void OnDisplay(int id); |
| - void OnError(int id); |
| void OnClose(int id, bool by_user); |
| void OnClick(int id); |
| void OnNavigate(); |