| Index: chrome/browser/extensions/extension_input_method_api.cc
|
| diff --git a/chrome/browser/extensions/extension_input_method_api.cc b/chrome/browser/extensions/extension_input_method_api.cc
|
| index df9a76ab89b1acb631c7445e2bf5ea39760631ca..310892ece276e6b568b8e8ee14b8f6025a74effa 100644
|
| --- a/chrome/browser/extensions/extension_input_method_api.cc
|
| +++ b/chrome/browser/extensions/extension_input_method_api.cc
|
| @@ -26,7 +26,7 @@ bool GetInputMethodFunction::RunImpl() {
|
| chromeos::input_method::InputMethodManager* manager =
|
| chromeos::input_method::InputMethodManager::GetInstance();
|
| const std::string input_method =
|
| - router->GetInputMethodForXkb(manager->current_input_method().id());
|
| + router->GetInputMethodForXkb(manager->GetCurrentInputMethod().id());
|
| result_.reset(Value::CreateStringValue(input_method));
|
| return true;
|
| #endif
|
|
|