Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: ash/common/shell_observer.h

Issue 2134833002: ash: Move VirtualKeyboardStateObserver functionality to ShellObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/shell_delegate.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « ash/common/shell_delegate.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698