summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_engine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_engine.cc')
-rw-r--r--chrome/browser/chromeos/input_method/input_method_engine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc
index 7fe3d93..42bfc58 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.cc
+++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
@@ -122,7 +122,7 @@ const input_method::InputMethodDescriptor& InputMethodEngine::GetDescriptor()
return descriptor_;
}
-void InputMethodEngine::StartIme() {
+void InputMethodEngine::NotifyImeReady() {
input_method::InputMethodManager* manager =
input_method::InputMethodManager::Get();
if (manager && imm_id_ == manager->GetCurrentInputMethod().id())