Index: chrome/browser/notifications/message_center_notifications_browsertest.cc |
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc |
index e11f90693970a0c14e7b26e71321eeee91dd38ee..cb97e5af2caa12e2fdc0355f8ce180573ff25197 100644 |
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc |
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc |
@@ -73,7 +73,6 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest { |
explicit TestDelegate(const std::string& id) : id_(id) {} |
void Display() override { log_ += "Display_"; } |
- void Error() override { log_ += "Error_"; } |
void Close(bool by_user) override { |
log_ += "Close_"; |
log_ += ( by_user ? "by_user_" : "programmatically_"); |