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

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

Issue 1163603004: Remove candidate show/hide/update related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 months 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
« no previous file with comments | « ui/views/controls/prefix_selector.h ('k') | ui/views/controls/textfield/textfield.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/prefix_selector.cc
diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
index c4e2240231614bf7b1fe313284b246cc9d4aee6b..f7e8f66fa833828cf983972e85d568a92445b2f4 100644
--- a/ui/views/controls/prefix_selector.cc
+++ b/ui/views/controls/prefix_selector.cc
@@ -138,15 +138,6 @@ void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
void PrefixSelector::EnsureCaretInRect(const gfx::Rect& rect) {
}
-void PrefixSelector::OnCandidateWindowShown() {
-}
-
-void PrefixSelector::OnCandidateWindowUpdated() {
-}
-
-void PrefixSelector::OnCandidateWindowHidden() {
-}
-
bool PrefixSelector::IsEditCommandEnabled(int command_id) {
return false;
}
« no previous file with comments | « ui/views/controls/prefix_selector.h ('k') | ui/views/controls/textfield/textfield.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698