| 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..7701b5c8f0166c0824b94dca4b3f227303819f71
|
| --- 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::IsCandidatePopupOpen() const {
|
| + return false;
|
| +}
|
| +
|
| void MockInputMethod::AddObserver(InputMethodObserver* observer) {
|
| observer_list_.AddObserver(static_cast<Observer*>(observer));
|
| }
|
|
|