| Index: ui/base/ime/dummy_text_input_client.h
|
| diff --git a/ui/base/ime/dummy_text_input_client.h b/ui/base/ime/dummy_text_input_client.h
|
| index 8be329620e3d16dc98a85772b43ff85a8e542788..f1cd486ff93c07be0e96330866a79c15039d0c11 100644
|
| --- a/ui/base/ime/dummy_text_input_client.h
|
| +++ b/ui/base/ime/dummy_text_input_client.h
|
| @@ -43,9 +43,6 @@ class DummyTextInputClient : public TextInputClient {
|
| base::i18n::TextDirection direction) override;
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| void EnsureCaretInRect(const gfx::Rect& rect) override;
|
| - void OnCandidateWindowShown() override;
|
| - void OnCandidateWindowUpdated() override;
|
| - void OnCandidateWindowHidden() override;
|
| bool IsEditCommandEnabled(int command_id) override;
|
| void SetEditCommandForNextKeyEvent(int command_id) override;
|
|
|
|
|