| Index: ash/system/locale/locale_notification_controller.cc
|
| diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc
|
| index 63a4210591d4c872f84c340ee91e44c3ae9bcc38..c2b7e5271a823d8ecb5ef69dcad20ae1bd95c306 100644
|
| --- a/ash/system/locale/locale_notification_controller.cc
|
| +++ b/ash/system/locale/locale_notification_controller.cc
|
| @@ -33,7 +33,6 @@ class LocaleNotificationDelegate : public message_center::NotificationDelegate {
|
|
|
| // message_center::NotificationDelegate overrides:
|
| void Display() override;
|
| - void Error() override;
|
| void Close(bool by_user) override;
|
| bool HasClickedListener() override;
|
| void Click() override;
|
| @@ -57,9 +56,6 @@ LocaleNotificationDelegate::~LocaleNotificationDelegate() {
|
| void LocaleNotificationDelegate::Display() {
|
| }
|
|
|
| -void LocaleNotificationDelegate::Error() {
|
| -}
|
| -
|
| void LocaleNotificationDelegate::Close(bool by_user) {
|
| delegate_->AcceptLocaleChange();
|
| }
|
|
|