| 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;
|
|
|