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 494226de299cde3e745ea06e83511ec2e192deef..b3424ba8911cf319d2fd6fa3799a02596b95ba43 100644 |
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
@@ -120,7 +120,8 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const { |
return InputMethodDescriptor(current_input_method_id_, |
descriptor.name(), |
descriptor.keyboard_layout(), |
- descriptor.language_code()); |
+ descriptor.language_code(), |
+ false); |
} |
return descriptor; |
} |