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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2393083005: Moves Shell::CreateShelf() to WmShell (Closed)
Patch Set: tweak Created 4 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/common/wm_root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index f052c1cc4c70909d7f9860568a4082dd98a1c6da..66384b8eb93c12cbb09bd59e711cc3cafc665924 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -94,6 +94,9 @@ class ASH_EXPORT WmRootWindowController {
virtual WmShelf* GetShelf() = 0;
+ // Creates the shelf for this root window and notifies observers.
+ void CreateShelf();
msw 2016/10/07 01:11:31 nit: update CL title and description (s/Show/Creat
+
// Show shelf view if it was created hidden (before session has started).
// TODO(jamescook): Eliminate this and handle show via Shelf.
void ShowShelf();
« no previous file with comments | « no previous file | ash/common/wm_root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698