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

Unified Diff: ui/views/ime/input_method_win.h

Issue 14698032: Make InputMethodWin TSF-aware. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Implement OnTextLayoutChanged in MockTSFBridge. Created 7 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/win/tsf_bridge.cc ('k') | ui/views/ime/input_method_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/ime/input_method_win.h
diff --git a/ui/views/ime/input_method_win.h b/ui/views/ime/input_method_win.h
index 139d30156ea18e2add4efea0132a16d43145f781..4e93890d55d034266e8fb6a81faa742248c2ea0a 100644
--- a/ui/views/ime/input_method_win.h
+++ b/ui/views/ime/input_method_win.h
@@ -82,9 +82,6 @@ class InputMethodWin : public InputMethodBase {
// Asks the client to confirm current composition text.
void ConfirmCompositionText();
- // Enables or disables the IME according to the current text input type.
- void UpdateIMEState();
-
// The HWND this InputMethod is bound to.
HWND hwnd_;
« no previous file with comments | « ui/base/ime/win/tsf_bridge.cc ('k') | ui/views/ime/input_method_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698