| 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 1751fd4891c4402c91a078b67b86bd6dea1c70f4..1f9a0e61bd582c8ad5ba38a74cbd6f9043ce5574 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -116,7 +116,7 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const {
|
| if (!current_input_method_id_.empty()) {
|
| return InputMethodDescriptor(current_input_method_id_,
|
| descriptor.name(),
|
| - descriptor.keyboard_layout(),
|
| + descriptor.keyboard_layouts(),
|
| descriptor.language_code(),
|
| ""); // options page url.
|
| }
|
|
|