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() {} |