| Index: ui/base/ime/mock_input_method.cc
|
| diff --git a/ui/base/ime/mock_input_method.cc b/ui/base/ime/mock_input_method.cc
|
| old mode 100644
|
| new mode 100755
|
| index 6ea8c34b0e492e4f971630a29db250a1d78bf9c2..30cc83c5a8257394009f09785e8e9104fcb88f0b
|
| --- a/ui/base/ime/mock_input_method.cc
|
| +++ b/ui/base/ime/mock_input_method.cc
|
| @@ -91,6 +91,10 @@ bool MockInputMethod::CanComposeInline() const {
|
| return true;
|
| }
|
|
|
| +bool MockInputMethod::IsPopupOpen() const {
|
| + return false;
|
| +}
|
| +
|
| void MockInputMethod::AddObserver(InputMethodObserver* observer) {
|
| observer_list_.AddObserver(static_cast<Observer*>(observer));
|
| }
|
|
|