| Index: chrome/browser/chromeos/input_method/accessibility.cc
|
| diff --git a/chrome/browser/chromeos/input_method/accessibility.cc b/chrome/browser/chromeos/input_method/accessibility.cc
|
| index 1f19e4f8c409a60e94b501c8c605d815324ad799..031e733e5024d915ab296912a5d5a3ef90132c69 100644
|
| --- a/chrome/browser/chromeos/input_method/accessibility.cc
|
| +++ b/chrome/browser/chromeos/input_method/accessibility.cc
|
| @@ -31,7 +31,8 @@ void Accessibility::InputMethodChanged(InputMethodManager* imm,
|
| return;
|
|
|
| // Get the medium name of the changed input method (e.g. US, INTL, etc.)
|
| - const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
|
| + const InputMethodDescriptor descriptor =
|
| + imm_->GetActiveIMEState()->GetCurrentInputMethod();
|
| const std::string medium_name = base::UTF16ToUTF8(
|
| imm_->GetInputMethodUtil()->GetInputMethodMediumName(descriptor));
|
|
|
|
|