| Index: chrome/browser/chromeos/input_method/textinput_test_helper.h
|
| diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.h b/chrome/browser/chromeos/input_method/textinput_test_helper.h
|
| index 293da87c3fc5d8d7db2f8ab49d93d442dbc7477b..92dbc46b33929eb35d2f2ed461b945ae0efd5956 100644
|
| --- a/chrome/browser/chromeos/input_method/textinput_test_helper.h
|
| +++ b/chrome/browser/chromeos/input_method/textinput_test_helper.h
|
| @@ -70,15 +70,12 @@ class TextInputTestHelper : public ui::InputMethodObserver {
|
| WAIT_ON_TEXT_INPUT_TYPE_CHANGED,
|
| };
|
|
|
| - // ui::MockInputMethod::MockObserver overrides.
|
| + // ui::InputMethodObserver overrides.
|
| virtual void OnTextInputTypeChanged(
|
| const ui::TextInputClient* client) OVERRIDE;
|
| virtual void OnFocus() OVERRIDE;
|
| virtual void OnBlur() OVERRIDE;
|
| - virtual void OnUntranslatedIMEMessage(
|
| - const base::NativeEvent& event) OVERRIDE;
|
| virtual void OnCaretBoundsChanged(const ui::TextInputClient* client) OVERRIDE;
|
| - virtual void OnInputLocaleChanged() OVERRIDE;
|
| virtual void OnTextInputStateChanged(
|
| const ui::TextInputClient* client) OVERRIDE;
|
| virtual void OnInputMethodDestroyed(
|
|
|