Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2616)

Unified Diff: chrome/browser/notifications/extension_welcome_notification_unittest.cc

Issue 687183004: Remove the OnError method from notification delegates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2c4544da367fd39d14baf8a52f29031758a9702c..e8df83f33e01e8df9a9d7faa8bb125230a352a9b 100644
--- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc
+++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
@@ -206,7 +206,6 @@ class ExtensionWelcomeNotificationTest : public testing::Test {
// Overridden from NotificationDelegate:
void Display() override {}
- void Error() override {}
void Close(bool by_user) override {}
void Click() override {}
void ButtonClick(int index) override {}

Powered by Google App Engine
This is Rietveld 408576698