| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index aa3036879cbed789f35a59495027ed0b0409226a..7dfd993e321e5cb95b156a82c5141a96e0619dc0 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -184,6 +184,9 @@ class ASH_EXPORT WmShell {
|
| // |pinned_window|'s window state.
|
| void NotifyPinnedStateChanged(WmWindow* pinned_window);
|
|
|
| + // Called when virtual keyboard has been activated/deactivated.
|
| + void OnVirtualKeyboardActivated(bool activated);
|
| +
|
| virtual AccessibilityDelegate* GetAccessibilityDelegate() = 0;
|
|
|
| virtual SessionStateDelegate* GetSessionStateDelegate() = 0;
|
|
|