| 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..20351adf8697e847ed5dcc64eb6ce91c9425d894 100644
|
| --- a/ash/system/locale/locale_notification_controller.cc
|
| +++ b/ash/system/locale/locale_notification_controller.cc
|
| @@ -32,8 +32,6 @@ class LocaleNotificationDelegate : public message_center::NotificationDelegate {
|
| ~LocaleNotificationDelegate() override;
|
|
|
| // message_center::NotificationDelegate overrides:
|
| - void Display() override;
|
| - void Error() override;
|
| void Close(bool by_user) override;
|
| bool HasClickedListener() override;
|
| void Click() override;
|
| @@ -54,12 +52,6 @@ LocaleNotificationDelegate::LocaleNotificationDelegate(
|
| LocaleNotificationDelegate::~LocaleNotificationDelegate() {
|
| }
|
|
|
| -void LocaleNotificationDelegate::Display() {
|
| -}
|
| -
|
| -void LocaleNotificationDelegate::Error() {
|
| -}
|
| -
|
| void LocaleNotificationDelegate::Close(bool by_user) {
|
| delegate_->AcceptLocaleChange();
|
| }
|
|
|