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

Unified Diff: ash/shell.h

Issue 2747543002: ash: Start/stop observing KeyboardController via ShellObserver (Closed)
Patch Set: update LockLayoutManager to use similar logic Created 3 years, 9 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/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 32ac6eeb4f939b115b0e1cde93f01abcc2d49b03..eeea1e13c0cf03f34dc457800e6e4d3825d0672d 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -462,8 +462,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
void NotifyPinnedStateChanged(WmWindow* pinned_window);
// Notifies observers that the virtual keyboard has been
- // activated/deactivated.
- void NotifyVirtualKeyboardActivated(bool activated);
+ // activated/deactivated for |root_window|.
+ void NotifyVirtualKeyboardActivated(bool activated, WmWindow* root_window);
// Notifies observers that the shelf was created for |root_window|.
// TODO(jamescook): Move to Shelf.
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698