| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index 68149465e3bed8a4d28bfbc7ccd54cf71792f7da..91df9b5bb5d928d8ad872f50f25c19c62dd14f58 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -306,9 +306,6 @@ class VIEWS_EXPORT Textfield : public View,
|
| 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;
|
|
|
|
|