Chromium Code Reviews| Index: ui/views/ime/mock_input_method.cc |
| diff --git a/ui/views/ime/mock_input_method.cc b/ui/views/ime/mock_input_method.cc |
| index 9188b74ca749900416f967a3a125c270dccc6378..ccc054db498e155201d684a40bfb2d90191fa59d 100644 |
| --- a/ui/views/ime/mock_input_method.cc |
| +++ b/ui/views/ime/mock_input_method.cc |
| @@ -130,6 +130,9 @@ bool MockInputMethod::IsCandidatePopupOpen() const { |
| return false; |
| } |
| +void MockInputMethod::ShowImeIfNeeded() { |
| +} |
| + |
| bool MockInputMethod::IsMock() const { |
| return true; |
| } |