Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1133)

Unified Diff: ui/views/controls/prefix_selector.h

Issue 80583002: [FYI] All-in-one OnCandidateWindow{Show,Update,Hide} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698