Index: chrome/browser/notifications/extension_welcome_notification_unittest.cc |
diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
index d4ecf2d7e08a2314a95d9d9e4a1da60cdf821dd6..ce5c40f1d8a0a08d5a1c1831a6272997ddf58862 100644 |
--- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
+++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc |
@@ -205,12 +205,6 @@ class ExtensionWelcomeNotificationTest : public testing::Test { |
explicit TestNotificationDelegate(const std::string& id) : id_(id) {} |
// Overridden from NotificationDelegate: |
- void Display() override {} |
- void Error() override {} |
- void Close(bool by_user) override {} |
- void Click() override {} |
- void ButtonClick(int index) override {} |
- |
std::string id() const override { return id_; } |
private: |