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..046d7f724f16e35cb30e403a8374f2b8a754da5b 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() const { |
| +} |
| + |
| bool MockInputMethod::IsMock() const { |
| return true; |
| } |