Index: chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
index 914533448dbe13d395f6d3a24476e318e0354bed..494226de299cde3e745ea06e83511ec2e192deef 100644 |
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
@@ -117,8 +117,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const { |
InputMethodDescriptor descriptor = |
InputMethodDescriptor::GetFallbackInputMethodDescriptor(); |
if (!current_input_method_id_.empty()) { |
- return InputMethodDescriptor(whitelist_, |
- current_input_method_id_, |
+ return InputMethodDescriptor(current_input_method_id_, |
descriptor.name(), |
descriptor.keyboard_layout(), |
descriptor.language_code()); |