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

Unified Diff: chrome/browser/ui/ash/screenshot_taker.cc

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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() {}

Powered by Google App Engine
This is Rietveld 408576698