| 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) {
|
| }
|
|
|
|
|