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

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

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.h
diff --git a/chrome/browser/local_discovery/privet_notifications.h b/chrome/browser/local_discovery/privet_notifications.h
index 646eff3fc35ed2db4533857bff47d41fe9667636..aae7cdd5081709a0f915f8cd560edbed1903b7aa 100644
--- a/chrome/browser/local_discovery/privet_notifications.h
+++ b/chrome/browser/local_discovery/privet_notifications.h
@@ -133,7 +133,6 @@ class PrivetNotificationDelegate : public NotificationDelegate {
// NotificationDelegate implementation.
virtual std::string id() const override;
- virtual content::WebContents* GetWebContents() const override;
virtual void Display() override;
virtual void Error() override;
virtual void Close(bool by_user) override;

Powered by Google App Engine
This is Rietveld 408576698