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

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: 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/notifications/notification_test_util.h
diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
index ff3b2f6c2b89e790a6494b986e1f8aa1db426748..c01634a936a7f4705ef0a298c8dd6611cda4989f 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();
@@ -70,9 +69,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_;
« no previous file with comments | « chrome/browser/notifications/notification_object_proxy.cc ('k') | chrome/browser/notifications/notification_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698