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 bc515e9a147bfff1c4418855cf19af8ab4e56eef..342c5a635259fccbf735152f2e17198b8a94d107 100644 |
--- a/ash/system/locale/locale_notification_controller.cc |
+++ b/ash/system/locale/locale_notification_controller.cc |
@@ -63,10 +63,11 @@ void LocaleNotificationDelegate::Close(bool by_user) { |
} |
bool LocaleNotificationDelegate::HasClickedListener() { |
- return false; |
+ return true; |
} |
void LocaleNotificationDelegate::Click() { |
+ delegate_->AcceptLocaleChange(); |
} |
void LocaleNotificationDelegate::ButtonClick(int button_index) { |