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

Unified Diff: chrome/browser/notifications/notification_test_util.h

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/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");
}

Powered by Google App Engine
This is Rietveld 408576698