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

Unified Diff: chrome/browser/sync/sync_error_notifier_ash.cc

Issue 580243004: Remove unnecessary image downloading handler of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix of desktop linux/win Created 6 years, 2 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/sync/sync_error_notifier_ash.cc
diff --git a/chrome/browser/sync/sync_error_notifier_ash.cc b/chrome/browser/sync/sync_error_notifier_ash.cc
index e52b511a33e9175613b7577a6bc406352ec273a7..2c014854114198b1661bd97fe605b933db8c648a 100644
--- a/chrome/browser/sync/sync_error_notifier_ash.cc
+++ b/chrome/browser/sync/sync_error_notifier_ash.cc
@@ -52,7 +52,6 @@ class SyncNotificationDelegate : public NotificationDelegate {
virtual void Click() override;
virtual void ButtonClick(int button_index) override;
virtual std::string id() const override;
- virtual content::WebContents* GetWebContents() const override;
protected:
virtual ~SyncNotificationDelegate();
@@ -103,10 +102,6 @@ std::string SyncNotificationDelegate::id() const {
return id_;
}
-content::WebContents* SyncNotificationDelegate::GetWebContents() const {
- return NULL;
-}
-
void SyncNotificationDelegate::ShowSyncSetup() {
LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_);
if (login_ui->current_login_ui()) {
« no previous file with comments | « chrome/browser/status_icons/desktop_notification_balloon.cc ('k') | chrome/browser/ui/ash/screenshot_taker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698