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 da3369414da0e7ad74f25b8d4c5918b4fd90b1f6..f4aab5f3584d150d533bfa89a83c7ec586f0fb55 100644 |
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc |
@@ -113,6 +113,9 @@ void MockInputMethodManager::SetEnabledExtensionImes( |
std::vector<std::string>* ids) { |
} |
+void MockInputMethodManager::SetInputMethodDefault() { |
+} |
+ |
bool MockInputMethodManager::SwitchToNextInputMethod() { |
return true; |
} |