| 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 b4c601a439e7029b382f32a689225e2edae585bb..ddbc83b6ae1caca0749b03c01b3eab6bcdb7ed04 100644
|
| --- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| +++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| @@ -82,6 +82,9 @@ void TextInputTestHelper::OnTextInputTypeChanged(
|
| void TextInputTestHelper::OnShowImeIfNeeded() {
|
| }
|
|
|
| +void TextInputTestHelper::OnKeyboardBoundsUnchanged() {
|
| +}
|
| +
|
| void TextInputTestHelper::OnInputMethodDestroyed(
|
| const ui::InputMethod* input_method) {
|
| }
|
|
|