summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index f2fad34..be066b6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -239,6 +239,9 @@ class ASH_EXPORT Shell : aura::CursorDelegate {
// Initializes |launcher_|. Does nothing if it's already initialized.
void CreateLauncher();
+ // Show launcher view if it was created hidden (before session has started).
+ void ShowLauncher();
+
// Adds/removes observer.
void AddShellObserver(ShellObserver* observer);
void RemoveShellObserver(ShellObserver* observer);