Index: ash/common/shell_observer.h |
diff --git a/ash/common/shell_observer.h b/ash/common/shell_observer.h |
index cec89263826b7df262ad7aa60466c12cc9aec708..5ab9196bcf7a2a0f1b18ebf04074375eacc6909f 100644 |
--- a/ash/common/shell_observer.h |
+++ b/ash/common/shell_observer.h |
@@ -67,6 +67,9 @@ class ASH_EXPORT ShellObserver { |
// animating but have been restored. |
virtual void OnMaximizeModeEnded() {} |
+ // Called when keyboard is activated/deactivated. |
+ virtual void OnVirtualKeyboardStateChanged(bool activated) {} |
+ |
// Called at the end of Shell::Init. |
virtual void OnShellInitialized() {} |