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

Unified Diff: ash/common/wm_shell.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/wm_root_window_controller.cc ('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 abd73fd81274b10a2be18500351fd119b2517f52..d398ee8262d253b421f4dfdb3bc540771f7af8e6 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -323,6 +323,9 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() = 0;
+ // Show shelf view if it was created hidden (before session has started).
+ void ShowShelf();
+
void CreateShelfDelegate();
// Called after maximize mode has started, windows might still animate though.
« no previous file with comments | « ash/common/wm_root_window_controller.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698