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

Unified Diff: chrome/browser/local_discovery/privet_notifications.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/local_discovery/privet_notifications.cc
diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
index cc7d65b7f64feaeb5a27b8de18c112ab3e16275c..7ef385ebda7dcab384bf72ca26cf67cfb4f304b2 100644
--- a/chrome/browser/local_discovery/privet_notifications.cc
+++ b/chrome/browser/local_discovery/privet_notifications.cc
@@ -373,10 +373,6 @@ std::string PrivetNotificationDelegate::id() const {
void PrivetNotificationDelegate::Display() {
}
-void PrivetNotificationDelegate::Error() {
- LOG(ERROR) << "Error displaying privet notification";
-}
-
void PrivetNotificationDelegate::Close(bool by_user) {
}

Powered by Google App Engine
This is Rietveld 408576698