| 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 44c33715edc60a618b8ef1a013160878959d7e82..d28fa675472e412655065d8a696d3e4de84af5e8 100644
|
| --- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| +++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| @@ -78,6 +78,9 @@ void TextInputTestHelper::OnTextInputTypeChanged(
|
| base::MessageLoop::current()->Quit();
|
| }
|
|
|
| +void TextInputTestHelper::OnShowImeIfNeeded() {
|
| +}
|
| +
|
| void TextInputTestHelper::OnInputMethodDestroyed(
|
| const ui::InputMethod* input_method) {
|
| }
|
|
|