| Index: chrome/browser/chromeos/base/locale_util.cc
|
| diff --git a/chrome/browser/chromeos/base/locale_util.cc b/chrome/browser/chromeos/base/locale_util.cc
|
| index 176a1050fc756d22b3a2d6ac0e2936e023eab79e..cfbb1b0a3ee3ab12f8ee78894086356ed7178082 100644
|
| --- a/chrome/browser/chromeos/base/locale_util.cc
|
| +++ b/chrome/browser/chromeos/base/locale_util.cc
|
| @@ -65,7 +65,7 @@ void FinishSwitchLanguage(scoped_ptr<SwitchLanguageData> data) {
|
| input_method::InputMethodManager::Get();
|
| manager->EnableLoginLayouts(
|
| data->locale,
|
| - manager->GetInputMethodUtil()->GetHardwareLoginInputMethodId());
|
| + manager->GetInputMethodUtil()->GetHardwareLoginInputMethodIds());
|
| if (!data->login_layouts_only) {
|
| // Enable all the other layouts
|
| std::vector<std::string> candidates;
|
|
|