Index: chrome/browser/notifications/web_notification_delegate.h |
diff --git a/chrome/browser/notifications/web_notification_delegate.h b/chrome/browser/notifications/web_notification_delegate.h |
index 592ef7934d20e30ebcd3957440b2b866432feaaa..8c1844942d7f693d03b775c56dcf8fa229d0cc65 100644 |
--- a/chrome/browser/notifications/web_notification_delegate.h |
+++ b/chrome/browser/notifications/web_notification_delegate.h |
@@ -34,7 +34,6 @@ class WebNotificationDelegate : public NotificationDelegate { |
bool SettingsClick() override; |
bool ShouldDisplaySettingsButton() override; |
bool ShouldDisplayOverFullscreen() const override; |
- void Display() override; |
void Close(bool by_user) override; |
void Click() override; |
void ButtonClick(int button_index) override; |