Index: ash/system/tray/system_tray_notifier.cc |
diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc |
index 95b6789e87d75d0fe91ee6cddbf5e2ec33123a18..30fed58c79bf992eafd60196d46f5261008d5eb5 100644 |
--- a/ash/system/tray/system_tray_notifier.cc |
+++ b/ash/system/tray/system_tray_notifier.cc |
@@ -220,10 +220,10 @@ void SystemTrayNotifier::NotifyDriveJobUpdated( |
OnDriveJobUpdated(status)); |
} |
-void SystemTrayNotifier::NotifyRefreshIME(bool show_message) { |
+void SystemTrayNotifier::NotifyRefreshIME() { |
FOR_EACH_OBSERVER(IMEObserver, |
ime_observers_, |
- OnIMERefresh(show_message)); |
+ OnIMERefresh()); |
} |
void SystemTrayNotifier::NotifyShowLoginButtonChanged(bool show_login_button) { |