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

Unified Diff: chrome/browser/signin/signin_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/signin/signin_error_notifier_ash.cc
diff --git a/chrome/browser/signin/signin_error_notifier_ash.cc b/chrome/browser/signin/signin_error_notifier_ash.cc
index cd61bb0314322d1e021b9df226e4023fbcf22fa8..cbd8121a42a6bdadf2e16d75bef64385786aa62d 100644
--- a/chrome/browser/signin/signin_error_notifier_ash.cc
+++ b/chrome/browser/signin/signin_error_notifier_ash.cc
@@ -51,7 +51,6 @@ class SigninNotificationDelegate : 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;
@@ -85,9 +84,6 @@ SigninNotificationDelegate::~SigninNotificationDelegate() {
void SigninNotificationDelegate::Display() {
}
-void SigninNotificationDelegate::Error() {
-}
-
void SigninNotificationDelegate::Close(bool by_user) {
}

Powered by Google App Engine
This is Rietveld 408576698