diff options
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 | 11 |
1 files changed, 1 insertions, 10 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 8c0594f..5d55d7b 100644 --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc @@ -91,7 +91,7 @@ void MockInputMethodManager::ChangeInputMethod( const std::string& input_method_id) { } -void MockInputMethodManager::ActivateInputMethodProperty( +void MockInputMethodManager::ActivateInputMethodMenuItem( const std::string& key) { } @@ -144,15 +144,6 @@ InputMethodDescriptor MockInputMethodManager::GetCurrentInputMethod() const { return descriptor; } -InputMethodPropertyList -MockInputMethodManager::GetCurrentInputMethodProperties() const { - return InputMethodPropertyList(); -} - -void MockInputMethodManager::SetCurrentInputMethodProperties( - const InputMethodPropertyList& property_list) { -} - XKeyboard* MockInputMethodManager::GetXKeyboard() { return &xkeyboard_; } |