Index: chrome/browser/chromeos/login/login_utils.cc |
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc |
index ad11927c9bdb0cc50059350f7b0f2823b778c1d9..f43a6789d25877f6db82db0e316b5fdc2e14da36 100644 |
--- a/chrome/browser/chromeos/login/login_utils.cc |
+++ b/chrome/browser/chromeos/login/login_utils.cc |
@@ -1108,7 +1108,7 @@ void LoginUtilsImpl::SetFirstLoginPrefs(PrefService* prefs) { |
input_method::InputMethodManager::GetInstance(); |
std::vector<std::string> input_method_ids; |
manager->GetInputMethodUtil()->GetFirstLoginInputMethodIds( |
- locale, manager->current_input_method(), &input_method_ids); |
+ locale, manager->GetCurrentInputMethod(), &input_method_ids); |
// Save the input methods in the user's preferences. |
StringPrefMember language_preload_engines; |
language_preload_engines.Init(prefs::kLanguagePreloadEngines, |