diff options
author | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-21 13:05:00 +0000 |
---|---|---|
committer | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-21 13:05:00 +0000 |
commit | b59dd1378c53aa88c451d2e70929472381e4c6d5 (patch) | |
tree | 374907c031a2d19d6e88567e7bfd597fc5dcd1a8 /chrome/browser/chromeos/input_method/mock_input_method_manager.cc | |
parent | f97bd48680e0d3809f521dbcb06bd36aae5eaf0b (diff) | |
download | chromium_src-b59dd1378c53aa88c451d2e70929472381e4c6d5.zip chromium_src-b59dd1378c53aa88c451d2e70929472381e4c6d5.tar.gz chromium_src-b59dd1378c53aa88c451d2e70929472381e4c6d5.tar.bz2 |
Simplify the code by removing IBusController.
BUG=
Review URL: https://codereview.chromium.org/77733004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236512 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.cc | 4 |
1 files changed, 4 insertions, 0 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 c206fbc..65c3df2 100644 --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc @@ -140,6 +140,10 @@ MockInputMethodManager::GetCurrentInputMethodProperties() const { return InputMethodPropertyList(); } +void MockInputMethodManager::SetCurrentInputMethodProperties( + const InputMethodPropertyList& property_list) { +} + XKeyboard* MockInputMethodManager::GetXKeyboard() { return &xkeyboard_; } |