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

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: fix Created 6 years, 3 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 681539bf37d4a9efe21a18171154aca8be2c7efa..39e3ad42c6754fdad62b14ad94083c6ee45b5f53 100644
--- a/chrome/browser/local_discovery/privet_notifications.cc
+++ b/chrome/browser/local_discovery/privet_notifications.cc
@@ -368,10 +368,6 @@ std::string PrivetNotificationDelegate::id() const {
return kPrivetNotificationID;
}
-content::WebContents* PrivetNotificationDelegate::GetWebContents() const {
- return NULL;
-}
-
void PrivetNotificationDelegate::Display() {
}

Powered by Google App Engine
This is Rietveld 408576698