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 0a85d7c1d186a1c72198c508f0298439646056ba..f0e91c64c475da453cefb86e53b3c1fbfcb71921 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() {} |