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..d30844114cb7b015bb1e13c5b31409717f86f2b1 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.cc |
+++ b/chrome/browser/local_discovery/privet_notifications.cc |
@@ -370,19 +370,10 @@ std::string PrivetNotificationDelegate::id() const { |
return kPrivetNotificationID; |
} |
-void PrivetNotificationDelegate::Display() { |
-} |
- |
void PrivetNotificationDelegate::Error() { |
LOG(ERROR) << "Error displaying privet notification"; |
} |
-void PrivetNotificationDelegate::Close(bool by_user) { |
-} |
- |
-void PrivetNotificationDelegate::Click() { |
-} |
- |
void PrivetNotificationDelegate::ButtonClick(int button_index) { |
if (button_index == 0) { |
ReportPrivetUmaEvent(PRIVET_NOTIFICATION_CLICKED); |