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

Unified Diff: chrome/browser/local_discovery/privet_notifications.cc

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix of desktop linux/win 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 3ec7fdb0d8f1b6d2326c4cb36bac0d1bdf2ac70f..cc7d65b7f64feaeb5a27b8de18c112ab3e16275c 100644
--- a/chrome/browser/local_discovery/privet_notifications.cc
+++ b/chrome/browser/local_discovery/privet_notifications.cc
@@ -370,10 +370,6 @@ std::string PrivetNotificationDelegate::id() const {
return kPrivetNotificationID;
}
-content::WebContents* PrivetNotificationDelegate::GetWebContents() const {
- return NULL;
-}
-
void PrivetNotificationDelegate::Display() {
}
« no previous file with comments | « chrome/browser/local_discovery/privet_notifications.h ('k') | chrome/browser/notifications/desktop_notification_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698