| Index: ui/base/ime/remote_input_method_win.cc
|
| diff --git a/ui/base/ime/remote_input_method_win.cc b/ui/base/ime/remote_input_method_win.cc
|
| index b921382aa8c2b06c217274a56d0e5196fe32b2f1..9735b0e5bb881c687b278e623562827233797efd 100644
|
| --- a/ui/base/ime/remote_input_method_win.cc
|
| +++ b/ui/base/ime/remote_input_method_win.cc
|
| @@ -301,14 +301,6 @@ class RemoteInputMethodWin : public InputMethod,
|
|
|
| void OnCandidatePopupChanged(bool visible) override {
|
| is_candidate_popup_open_ = visible;
|
| - if (!text_input_client_)
|
| - return;
|
| - // TODO(kochi): Support 'update' case, in addition to show/hide.
|
| - // http://crbug.com/238585
|
| - if (visible)
|
| - text_input_client_->OnCandidateWindowShown();
|
| - else
|
| - text_input_client_->OnCandidateWindowHidden();
|
| }
|
|
|
| void OnInputSourceChanged(LANGID langid, bool /*is_ime*/) override {
|
|
|