| 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) {
|
| }
|
|
|
|
|