| Index: ui/views/controls/prefix_selector.h
|
| diff --git a/ui/views/controls/prefix_selector.h b/ui/views/controls/prefix_selector.h
|
| index 0eaf5340d48cb619dba39c6e3cb7a7dd307fd00e..f35322151e76d288f6733ad973523b4bd53acebb 100644
|
| --- a/ui/views/controls/prefix_selector.h
|
| +++ b/ui/views/controls/prefix_selector.h
|
| @@ -51,6 +51,9 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInputClient {
|
| base::i18n::TextDirection direction) OVERRIDE;
|
| virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
|
| virtual void EnsureCaretInRect(const gfx::Rect& rect) OVERRIDE;
|
| + virtual void OnCandidateWindowShow() OVERRIDE {}
|
| + virtual void OnCandidateWindowUpdate() OVERRIDE {}
|
| + virtual void OnCandidateWindowHide() OVERRIDE {}
|
|
|
| private:
|
| // Invoked when text is typed. Tries to change the selection appropriately.
|
|
|