| 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 b03a57404c0da115cf8ba1f749b5f056272df154..c8d66500a54933382ccaf42fdf713d6e29e3e384 100644
|
| --- a/ui/base/ime/remote_input_method_win.cc
|
| +++ b/ui/base/ime/remote_input_method_win.cc
|
| @@ -277,6 +277,9 @@ class RemoteInputMethodWin : public InputMethod,
|
| return is_candidate_popup_open_;
|
| }
|
|
|
| + virtual void ShowImeIfNeeded() OVERRIDE {
|
| + }
|
| +
|
| virtual void AddObserver(InputMethodObserver* observer) OVERRIDE {
|
| observer_list_.AddObserver(observer);
|
| }
|
|
|