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

Unified Diff: ash/root_window_controller.cc

Issue 25740005: Observe keyboard notifications in docked layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index a1b030eb88c9f86f79a657286ff2af2bf5eb223c..6c23eee85479bef6e0deb49ff7ffc6e26cc89189 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -539,6 +539,7 @@ void RootWindowController::InitKeyboard() {
keyboard_controller_->AddObserver(shelf()->shelf_layout_manager());
keyboard_controller_->AddObserver(panel_layout_manager_);
+ keyboard_controller_->AddObserver(docked_layout_manager_);
// Deletes the old container since |keyboard_controller_| creates a
// new container window in GetContainerWindow().
« no previous file with comments | « no previous file | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698