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

Unified Diff: ui/base/ime/text_input_client.h

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/base/ime/remote_input_method_win_unittest.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/text_input_client.h
diff --git a/ui/base/ime/text_input_client.h b/ui/base/ime/text_input_client.h
index c36acf1ee1e7e54989be389de8330ab42552ca11..736a14b4db9108862f212d199176cd96df0a174e 100644
--- a/ui/base/ime/text_input_client.h
+++ b/ui/base/ime/text_input_client.h
@@ -165,13 +165,6 @@ class UI_BASE_IME_EXPORT TextInputClient {
// http://crbug.com/360334
virtual void EnsureCaretInRect(const gfx::Rect& rect) = 0;
- // Called when IME shows a candidate window.
- virtual void OnCandidateWindowShown() = 0;
- // Called when IME updates any appearance of the current candidate window.
- virtual void OnCandidateWindowUpdated() = 0;
- // Called when IME hides the candidate window.
- virtual void OnCandidateWindowHidden() = 0;
-
// Returns true if |command_id| is currently allowed to be executed.
virtual bool IsEditCommandEnabled(int command_id) = 0;
« no previous file with comments | « ui/base/ime/remote_input_method_win_unittest.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698