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

Unified Diff: ui/base/ime/input_method_imm32.cc

Issue 149073009: Remove InputMethodTSF, TSFEventRouter, TSFTextStore, TSFBridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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/input_method_factory.cc ('k') | ui/base/ime/input_method_initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/base/ime/input_method_factory.cc ('k') | ui/base/ime/input_method_initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698