| 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 310892ece276e6b568b8e8ee14b8f6025a74effa..5dd349c44a6d346460bdf2c04fb26bed1174f946 100644
|
| --- a/chrome/browser/extensions/extension_input_method_api.cc
|
| +++ b/chrome/browser/extensions/extension_input_method_api.cc
|
| @@ -27,7 +27,7 @@ bool GetInputMethodFunction::RunImpl() {
|
| chromeos::input_method::InputMethodManager::GetInstance();
|
| const std::string input_method =
|
| router->GetInputMethodForXkb(manager->GetCurrentInputMethod().id());
|
| - result_.reset(Value::CreateStringValue(input_method));
|
| + SetResult(Value::CreateStringValue(input_method));
|
| return true;
|
| #endif
|
| }
|
|
|