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