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

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

Issue 15897010: Revert 201479 "Make InputMethodWin TSF-aware." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/ui/base/ime/win/tsf_bridge.cc ('k') | trunk/src/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: trunk/src/ui/views/ime/input_method_win.h
===================================================================
--- trunk/src/ui/views/ime/input_method_win.h (revision 202706)
+++ trunk/src/ui/views/ime/input_method_win.h (working copy)
@@ -82,6 +82,9 @@
// 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 | « trunk/src/ui/base/ime/win/tsf_bridge.cc ('k') | trunk/src/ui/views/ime/input_method_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698