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

Unified Diff: ash/common/wm_shell.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_observer.h ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/common/shell_observer.h ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698