| Index: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| diff --git a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| index 0fac5bd24571c321e3525f59aea5d76241a12855..4b83a7253a2796b6fad2ce60a869f7956dfe23aa 100644
|
| --- a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| +++ b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| @@ -16,7 +16,6 @@ class InputMethodBridge : public ui::mojom::InputMethod {
|
| ~InputMethodBridge() override;
|
|
|
| // ui::mojom::InputMethod:
|
| - void OnTextInputModeChanged(ui::TextInputMode text_input_mode) override;
|
| void OnTextInputTypeChanged(ui::TextInputType text_input_type) override;
|
| void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override;
|
| void ProcessKeyEvent(std::unique_ptr<ui::Event> key_event,
|
|
|