Index: chrome/browser/ui/ash/screenshot_taker.cc |
diff --git a/chrome/browser/ui/ash/screenshot_taker.cc b/chrome/browser/ui/ash/screenshot_taker.cc |
index 10fd2dbc102ef44f1fde62ec3bf08c91774c7939..44dce4d8bca03c63c2ef35fc15a72debbf9db241 100644 |
--- a/chrome/browser/ui/ash/screenshot_taker.cc |
+++ b/chrome/browser/ui/ash/screenshot_taker.cc |
@@ -162,9 +162,6 @@ class ScreenshotTakerNotificationDelegate : public NotificationDelegate { |
virtual std::string id() const OVERRIDE { |
return std::string(kNotificationId); |
} |
- virtual content::WebContents* GetWebContents() const OVERRIDE { |
- return NULL; |
- } |
private: |
virtual ~ScreenshotTakerNotificationDelegate() {} |