summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/system_tray_notifier.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/system_tray_notifier.cc')
-rw-r--r--ash/system/tray/system_tray_notifier.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
index ec5bd8d..9432bf8 100644
--- a/ash/system/tray/system_tray_notifier.cc
+++ b/ash/system/tray/system_tray_notifier.cc
@@ -275,6 +275,12 @@ void SystemTrayNotifier::NotifyRefreshIME() {
OnIMERefresh());
}
+void SystemTrayNotifier::NotifyRefreshIMEMenu(bool is_active) {
+ FOR_EACH_OBSERVER(IMEObserver,
+ ime_observers_,
+ OnIMEMenuActivationChanged(is_active));
+}
+
void SystemTrayNotifier::NotifyLocaleChanged(
LocaleObserver::Delegate* delegate,
const std::string& cur_locale,