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 8c0594fcd8607bb6143ac603d39dd5a56d76fe1b..5d55d7b97d5bda21862674901e75ca313530b10b 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_; |
} |