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