Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index d398ee8262d253b421f4dfdb3bc540771f7af8e6..0b92f0334b729d2ee6fecd0be17527590d5f722c 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; |
+ // Initializes the appropriate shelves. Does nothing for any existing shelves. |
+ void CreateShelf(); |
+ |
// Show shelf view if it was created hidden (before session has started). |
void ShowShelf(); |