summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-23 22:44:36 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-23 22:44:36 +0000
commit6f8c7b9174688742b20bf3ec29f030cf0db3e5ce (patch)
treeb14c3e2c819f4500ae9599cd46ed6efd1201c93f /chrome/browser/chromeos/input_method/mock_input_method_manager.cc
parent1e2764628245fa5e049997dcb134c242fbd0cae3 (diff)
downloadchromium_src-6f8c7b9174688742b20bf3ec29f030cf0db3e5ce.zip
chromium_src-6f8c7b9174688742b20bf3ec29f030cf0db3e5ce.tar.gz
chromium_src-6f8c7b9174688742b20bf3ec29f030cf0db3e5ce.tar.bz2
Supporting multiple keyboard layouts.
Before starting InputMethodDescription refactoring, let me add multiple keyboard layout support. BUG=170601 TEST=ran unit_tests and chromeos_unittests and also checked manually there is no regression around keyboard selection. Review URL: https://chromiumcodereview.appspot.com/13949015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/mock_input_method_manager.cc')
-rw-r--r--chrome/browser/chromeos/input_method/mock_input_method_manager.cc2
1 files changed, 1 insertions, 1 deletions
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 1751fd4..1f9a0e6 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.
}