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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2401803002: Moves Shell::ShowShelf() to WmShell (Closed)
Patch Set: 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 | « ash/common/shelf/wm_shelf.cc ('k') | 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 958fd6ae6cf2ee030cd1bc950b09b995f397b0a2..f052c1cc4c70909d7f9860568a4082dd98a1c6da 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -94,6 +94,10 @@ class ASH_EXPORT WmRootWindowController {
virtual WmShelf* GetShelf() = 0;
+ // Show shelf view if it was created hidden (before session has started).
+ // TODO(jamescook): Eliminate this and handle show via Shelf.
+ void ShowShelf();
+
// Returns the window associated with this WmRootWindowController.
virtual WmWindow* GetWindow() = 0;
« no previous file with comments | « ash/common/shelf/wm_shelf.cc ('k') | ash/common/wm_root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698