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 e263c96c3c3a6ec5b0d6156fab657177523384cb..16706e91c23f87ada4ace5e18bd6d878fb57d437 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() {} |