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

Unified Diff: ui/message_center/notification_delegate.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: ui/message_center/notification_delegate.cc
diff --git a/ui/message_center/notification_delegate.cc b/ui/message_center/notification_delegate.cc
index 09ef959dbf0c173c25ac9096117b12c8fd61577c..b4b6cf7ff14c72c040859a2e3846bf264c45fad9 100644
--- a/ui/message_center/notification_delegate.cc
+++ b/ui/message_center/notification_delegate.cc
@@ -25,9 +25,6 @@ HandleNotificationClickedDelegate::~HandleNotificationClickedDelegate() {
void HandleNotificationClickedDelegate::Display() {
}
-void HandleNotificationClickedDelegate::Error() {
-}
-
void HandleNotificationClickedDelegate::Close(bool by_user) {
}
@@ -57,9 +54,6 @@ HandleNotificationButtonClickDelegate::
void HandleNotificationButtonClickDelegate::Display() {
}
-void HandleNotificationButtonClickDelegate::Error() {
-}
-
void HandleNotificationButtonClickDelegate::Close(bool by_user) {
}

Powered by Google App Engine
This is Rietveld 408576698