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 1ad1b76a5b629999831c43f7a24a0070aa5bee6a..9b308f736539c21f9c6874d67563694874e62906 100644 |
--- a/chrome/browser/notifications/notification_test_util.h |
+++ b/chrome/browser/notifications/notification_test_util.h |
@@ -47,9 +47,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"); |
} |