| Index: ui/base/ime/mock_input_method.h
|
| diff --git a/ui/base/ime/mock_input_method.h b/ui/base/ime/mock_input_method.h
|
| old mode 100644
|
| new mode 100755
|
| index 59c5743309c94cb7ca26273710a83cf0aa50a481..762d1dc9c9c3618f983a577e2e06b636ec7863f1
|
| --- a/ui/base/ime/mock_input_method.h
|
| +++ b/ui/base/ime/mock_input_method.h
|
| @@ -61,6 +61,7 @@ class UI_EXPORT MockInputMethod : NON_EXPORTED_BASE(public InputMethod) {
|
| virtual bool IsActive() OVERRIDE;
|
| virtual TextInputType GetTextInputType() const OVERRIDE;
|
| virtual bool CanComposeInline() const OVERRIDE;
|
| + virtual bool IsPopupOpen() const OVERRIDE;
|
| virtual void AddObserver(InputMethodObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(InputMethodObserver* observer) OVERRIDE;
|
|
|
|
|