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..364360b828725a241f6260f824a35e72a4574b3b 100644 |
--- a/chrome/browser/notifications/notification_test_util.h |
+++ b/chrome/browser/notifications/notification_test_util.h |
@@ -23,7 +23,6 @@ class MockNotificationDelegate : public NotificationDelegate { |
// NotificationDelegate interface. |
void Display() override {} |
- void Error() override {} |
void Close(bool by_user) override {} |
void Click() override {} |
std::string id() const override; |
@@ -51,9 +50,6 @@ class LoggingNotificationDelegate : public NotificationDelegate { |
virtual void Display() override { |
Logger::log("notification displayed\n"); |
} |
- virtual void Error() override { |
- Logger::log("notification error\n"); |
- } |
virtual void Click() override { |
Logger::log("notification clicked\n"); |
} |