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

Unified Diff: chrome/browser/background/background_contents_service.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/background/background_contents_service.cc
diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
index 41847f15c47257ff0d24edbc351c7469ffdc91a6..929243c398c13d9861049bd0c971c013cae8aeb8 100644
--- a/chrome/browser/background/background_contents_service.cc
+++ b/chrome/browser/background/background_contents_service.cc
@@ -144,10 +144,6 @@ class CrashNotificationDelegate : public NotificationDelegate {
return kNotificationPrefix + extension_id_;
}
- virtual content::WebContents* GetWebContents() const OVERRIDE {
- return NULL;
- }
-
private:
virtual ~CrashNotificationDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698