summaryrefslogtreecommitdiffstats
path: root/ash/system/locale/locale_notification_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/locale/locale_notification_controller.cc')
-rw-r--r--ash/system/locale/locale_notification_controller.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc
index 63a4210..20351ad 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();
}