Index: chrome/browser/chromeos/input_method/textinput_test_helper.cc |
diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.cc b/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
index 7ddc0c38ca2b61ada0bd42211bb16d13a4cd8b21..2bf57120eacd731d8b757b60edc57b667bb65901 100644 |
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
@@ -78,6 +78,10 @@ void TextInputTestHelper::OnTextInputTypeChanged( |
MessageLoop::current()->Quit(); |
} |
+void TextInputTestHelper::OnInputMethodDestroyed( |
+ const ui::InputMethod* input_method) { |
+} |
+ |
void TextInputTestHelper::OnFocus() { |
focus_state_ = true; |
if (waiting_type_ == WAIT_ON_FOCUS) |