Chromium Code Reviews| Index: ui/base/ime/input_method_imm32.cc |
| diff --git a/ui/base/ime/input_method_imm32.cc b/ui/base/ime/input_method_imm32.cc |
| index 16a33a1128cf4448fe8539ae0722651527b2c5b9..f8c048a5a4d6b65551b64b0583ce7f895fea31ae 100644 |
| --- a/ui/base/ime/input_method_imm32.cc |
| +++ b/ui/base/ime/input_method_imm32.cc |
| @@ -7,7 +7,6 @@ |
| #include "base/basictypes.h" |
| #include "ui/base/ime/composition_text.h" |
| #include "ui/base/ime/text_input_client.h" |
| -#include "ui/base/ime/win/tsf_input_scope.h" |
| namespace ui { |
| @@ -292,8 +291,6 @@ void InputMethodIMM32::UpdateIMEState() { |
| } |
| imm32_manager_.SetTextInputMode(window_handle, text_input_mode); |
| - tsf_inputscope::SetInputScopeForTsfUnawareWindow( |
|
yukawa
2014/01/30 03:56:09
Could you revert changes in this file?
Actually we
scottmg
2014/01/30 04:18:14
Oops, thanks. Done.
|
| - window_handle, text_input_type, text_input_mode); |
| } |
| } // namespace ui |