Index: ui/base/ime/input_method_tsf.cc |
diff --git a/ui/base/ime/input_method_tsf.cc b/ui/base/ime/input_method_tsf.cc |
index 6c433d6e0961247fb3546ed95fcb4bb1d3f8c4dd..fa3715731d88543c88fe7805c284906a91df7715 100644 |
--- a/ui/base/ime/input_method_tsf.cc |
+++ b/ui/base/ime/input_method_tsf.cc |
@@ -119,10 +119,7 @@ void InputMethodTSF::OnDidChangeFocusedClient(TextInputClient* focused_before, |
void InputMethodTSF::ConfirmCompositionText() { |
if (!IsTextInputTypeNone()) { |
- // TSFBridge has not implemented ConfirmComposition yet. So here cancel |
- // the composition instead as a workaround. |
- // TODO(ime): Implement ConfirmComposition for TSF. |
- ui::TSFBridge::GetInstance()->CancelComposition(); |
+ ui::TSFBridge::GetInstance()->ConfirmComposition(); |
} |
} |