| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 5f5b7d544ff4c4044b5f0cd9e3acce22eb0be217..c50d79517d2f2fa17a52ae2965f1c292e2460948 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -53,6 +53,7 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| void OnOverviewModeEnded() override;
|
| bool IsOverviewModeSelecting() override;
|
| bool IsOverviewModeRestoringMinimizedWindows() override;
|
| + void ToggleIgnoreExternalKeyboard() override;
|
| AccessibilityDelegate* GetAccessibilityDelegate() override;
|
| SessionStateDelegate* GetSessionStateDelegate() override;
|
| void AddActivationObserver(WmActivationObserver* observer) override;
|
|
|