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 |
| old mode 100644 |
| new mode 100755 |
| index eef7ddbdfb79d00737303d2a5578ee20031dfb99..e48af72b76cd3dcd590827da0b6acbc45c433998 |
| --- a/ui/views/ime/mock_input_method.cc |
| +++ b/ui/views/ime/mock_input_method.cc |
| @@ -132,6 +132,10 @@ bool MockInputMethod::IsActive() { |
| return active_; |
| } |
| +bool MockInputMethod::IsCandidatePopupOpen() const { |
| + return false; |
| +} |
| + |
| bool MockInputMethod::IsMock() const { |
| return true; |
| } |