| Index: services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.cc b/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| index eab2b45ad0068612cf3db6a4235f4f34e130b09c..50036400c5dc2498501629ad9c7dc0fe7f567b9a 100644
|
| --- a/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| +++ b/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| @@ -17,7 +17,6 @@ class TestInputMethod : public mojom::InputMethod {
|
|
|
| private:
|
| // mojom::InputMethod:
|
| - void OnTextInputModeChanged(TextInputMode text_input_mode) override {}
|
| void OnTextInputTypeChanged(TextInputType text_input_type) override {}
|
| void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override {}
|
| void ProcessKeyEvent(std::unique_ptr<Event> key_event,
|
|
|