diff options
Diffstat (limited to 'chrome/browser/chromeos/base/locale_util.cc')
-rw-r--r-- | chrome/browser/chromeos/base/locale_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/base/locale_util.cc b/chrome/browser/chromeos/base/locale_util.cc index 176a105..cfbb1b0 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; |