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

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: 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/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 6e037ad5b94118c6cf6d09e727513718fdc75232..06ade0938fe54ec6404a44f7a0c4a86d88d6a02b 100644
--- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc
+++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
@@ -218,10 +218,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