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

Unified Diff: chrome/browser/notifications/notification_test_util.h

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload 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/notifications/notification_test_util.h
diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
index d0e29b89300ffa058419e242b128b8114cd5b827..1b0b98fe0e4fd34071ac22a1937346337f7c4774 100644
--- a/chrome/browser/notifications/notification_test_util.h
+++ b/chrome/browser/notifications/notification_test_util.h
@@ -27,7 +27,6 @@ class MockNotificationDelegate : public NotificationDelegate {
virtual void Close(bool by_user) OVERRIDE {}
virtual void Click() OVERRIDE {}
virtual std::string id() const OVERRIDE;
- virtual content::WebContents* GetWebContents() const OVERRIDE;
private:
virtual ~MockNotificationDelegate();
@@ -72,9 +71,6 @@ class LoggingNotificationDelegate : public NotificationDelegate {
virtual std::string id() const OVERRIDE {
return notification_id_;
}
- virtual content::WebContents* GetWebContents() const OVERRIDE {
- return NULL;
- }
private:
std::string notification_id_;

Powered by Google App Engine
This is Rietveld 408576698