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 6d9a572d2151131dac933316084c549d69fd9feb..0654d6339f88a4c2f545b09cc8de0de92e39c202 100644 |
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
@@ -100,13 +100,13 @@ void MockInputMethodManager::ActivateInputMethodMenuItem( |
} |
void MockInputMethodManager::AddInputMethodExtension( |
- Profile* profile, |
- const std::string& id, |
+ const std::string& extension_id, |
+ const InputMethodDescriptors& descriptors, |
InputMethodEngineInterface* instance) { |
} |
-void MockInputMethodManager::RemoveInputMethodExtension(Profile* profile, |
- const std::string& id) { |
+void MockInputMethodManager::RemoveInputMethodExtension( |
+ const std::string& extension_id) { |
} |
void MockInputMethodManager::GetInputMethodExtensions( |