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

Unified Diff: chrome/browser/chromeos/policy/consumer_management_service.cc

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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/chromeos/policy/consumer_management_service.cc
diff --git a/chrome/browser/chromeos/policy/consumer_management_service.cc b/chrome/browser/chromeos/policy/consumer_management_service.cc
index 448b97d7f6a47854ac9396ab736de4fc7d7d424c..e73c329a442a9015b1d2c69100f542f959d42d03 100644
--- a/chrome/browser/chromeos/policy/consumer_management_service.cc
+++ b/chrome/browser/chromeos/policy/consumer_management_service.cc
@@ -81,7 +81,6 @@ class DesktopNotificationDelegate : public NotificationDelegate {
// NotificationDelegate:
virtual std::string id() const OVERRIDE;
- virtual content::WebContents* GetWebContents() const OVERRIDE;
virtual void Display() OVERRIDE;
virtual void ButtonClick(int button_index) OVERRIDE;
virtual void Error() OVERRIDE;
@@ -110,10 +109,6 @@ std::string DesktopNotificationDelegate::id() const {
return id_;
}
-content::WebContents* DesktopNotificationDelegate::GetWebContents() const {
- return NULL;
-}
-
void DesktopNotificationDelegate::Display() {
}

Powered by Google App Engine
This is Rietveld 408576698