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

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: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/consumer_enrollment_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fc49ec01499d39feeb1a1f2cc64eac005b612dfc..b0c954fc77b50e5ae0acab1d08c57b4b3b4e56c3 100644
--- a/chrome/browser/background/background_contents_service.cc
+++ b/chrome/browser/background/background_contents_service.cc
@@ -147,10 +147,6 @@ class CrashNotificationDelegate : public NotificationDelegate {
return kNotificationPrefix + extension_id_;
}
- virtual content::WebContents* GetWebContents() const override {
- return NULL;
- }
-
private:
virtual ~CrashNotificationDelegate() {}
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/consumer_enrollment_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698