| 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 a4533a26c98d781e84b05f75f9258500258394e8..beb0d28a04cbb3fc708bd9dccd12e641b3da7b92 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_;
|
| }
|
|
|