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

Unified Diff: chrome/browser/notifications/extension_welcome_notification_unittest.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/notifications/extension_welcome_notification_unittest.cc
diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
index b523376a04ef5b592c4fe9e09a253d037eba34d4..4e6917b50c39ec9cc0cb27c547af7ecabd0a217a 100644
--- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc
+++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
@@ -217,10 +217,6 @@ class ExtensionWelcomeNotificationTest : public testing::Test {
virtual std::string id() const override { return id_; }
- virtual content::WebContents* GetWebContents() const override {
- return NULL;
- }
-
private:
virtual ~TestNotificationDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698