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

Unified Diff: trunk/src/ui/base/ime/win/mock_tsf_bridge.cc

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/mock_tsf_bridge.h ('k') | trunk/src/ui/base/ime/win/tsf_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/ime/win/mock_tsf_bridge.cc
===================================================================
--- trunk/src/ui/base/ime/win/mock_tsf_bridge.cc (revision 202706)
+++ trunk/src/ui/base/ime/win/mock_tsf_bridge.cc (working copy)
@@ -38,10 +38,6 @@
latest_text_input_type_ = client->GetTextInputType();
}
-void MockTSFBridge::OnTextLayoutChanged() {
- ++on_text_layout_changed_;
-}
-
void MockTSFBridge::SetFocusedClient(HWND focused_window,
TextInputClient* client) {
++set_focused_client_call_count_;
@@ -69,7 +65,6 @@
enable_ime_call_count_ = 0;
disalbe_ime_call_count_ = 0;
cancel_composition_call_count_ = 0;
- on_text_layout_changed_ = 0;
associate_focus_call_count_ = 0;
set_focused_client_call_count_ = 0;
remove_focused_client_call_count_ = 0;
« no previous file with comments | « trunk/src/ui/base/ime/win/mock_tsf_bridge.h ('k') | trunk/src/ui/base/ime/win/tsf_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698