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

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

Issue 687183004: Remove the OnError method from notification delegates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2c014854114198b1661bd97fe605b933db8c648a..589ab668bd8771d892d9d7a501445dc1464c5f4e 100644
--- a/chrome/browser/sync/sync_error_notifier_ash.cc
+++ b/chrome/browser/sync/sync_error_notifier_ash.cc
@@ -46,7 +46,6 @@ class SyncNotificationDelegate : public NotificationDelegate {
// NotificationDelegate:
virtual void Display() override;
- virtual void Error() override;
virtual void Close(bool by_user) override;
virtual bool HasClickedListener() override;
virtual void Click() override;
@@ -80,9 +79,6 @@ SyncNotificationDelegate::~SyncNotificationDelegate() {
void SyncNotificationDelegate::Display() {
}
-void SyncNotificationDelegate::Error() {
-}
-
void SyncNotificationDelegate::Close(bool by_user) {
}

Powered by Google App Engine
This is Rietveld 408576698