| Index: chrome/browser/notifications/notification_test_util.h
|
| diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
|
| index eba7834db732ea482252453ab44faed91bd6eb80..1ad1b76a5b629999831c43f7a24a0070aa5bee6a 100644
|
| --- a/chrome/browser/notifications/notification_test_util.h
|
| +++ b/chrome/browser/notifications/notification_test_util.h
|
| @@ -22,10 +22,6 @@ class MockNotificationDelegate : public NotificationDelegate {
|
| explicit MockNotificationDelegate(const std::string& id);
|
|
|
| // NotificationDelegate interface.
|
| - void Display() override {}
|
| - void Error() override {}
|
| - void Close(bool by_user) override {}
|
| - void Click() override {}
|
| std::string id() const override;
|
|
|
| private:
|
|
|