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

Unified Diff: ui/views/ime/input_method_bridge.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/ime/input_method_bridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/ime/input_method_bridge.cc
diff --git a/ui/views/ime/input_method_bridge.cc b/ui/views/ime/input_method_bridge.cc
index 9abb1e2074473d75a9a58db80fa67a72e5e8356f..cb7860e8eab28f1d9283b128cefdde9d1adab92a 100644
--- a/ui/views/ime/input_method_bridge.cc
+++ b/ui/views/ime/input_method_bridge.cc
@@ -311,15 +311,6 @@ void InputMethodBridge::EnsureCaretInRect(const gfx::Rect& rect) {
client->EnsureCaretInRect(rect);
}
-void InputMethodBridge::OnCandidateWindowShown() {
-}
-
-void InputMethodBridge::OnCandidateWindowUpdated() {
-}
-
-void InputMethodBridge::OnCandidateWindowHidden() {
-}
-
bool InputMethodBridge::IsEditCommandEnabled(int command_id) {
TextInputClient* client = GetTextInputClient();
return client ? client->IsEditCommandEnabled(command_id) : false;
« no previous file with comments | « ui/views/ime/input_method_bridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698