| Index: ui/base/ime/fake_input_method.h
|
| diff --git a/ui/base/ime/fake_input_method.h b/ui/base/ime/fake_input_method.h
|
| index 42b8b0249781e7056cb60b5b32e18ac81c3d39f3..d8e1dceaa4666072094784604f0511ca33c73b42 100644
|
| --- a/ui/base/ime/fake_input_method.h
|
| +++ b/ui/base/ime/fake_input_method.h
|
| @@ -51,6 +51,7 @@ class UI_EXPORT FakeInputMethod : NON_EXPORTED_BASE(public InputMethod) {
|
| virtual TextInputMode GetTextInputMode() const OVERRIDE;
|
| virtual bool CanComposeInline() const OVERRIDE;
|
| virtual bool IsCandidatePopupOpen() const OVERRIDE;
|
| + virtual void ShowVirtualKeyboard() OVERRIDE;
|
| virtual void AddObserver(InputMethodObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(InputMethodObserver* observer) OVERRIDE;
|
|
|
|
|