Index: chrome/browser/extensions/api/notifications/notifications_api.cc |
diff --git a/chrome/browser/extensions/api/notifications/notifications_api.cc b/chrome/browser/extensions/api/notifications/notifications_api.cc |
index 5350ba45b49434a7ffaa8d37fd5c7c175efec2b4..3830a7cf3358656bc3cd5745470456688d1350d0 100644 |
--- a/chrome/browser/extensions/api/notifications/notifications_api.cc |
+++ b/chrome/browser/extensions/api/notifications/notifications_api.cc |
@@ -85,10 +85,6 @@ class NotificationsApiDelegate : public NotificationDelegate { |
DCHECK(api_function_.get()); |
} |
- void Display() override {} |
- |
- void Error() override {} |
- |
void Close(bool by_user) override { |
EventRouter::UserGestureState gesture = |
by_user ? EventRouter::USER_GESTURE_ENABLED |