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 d2019f9..1d9dee7 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -286,6 +286,9 @@ class ASH_EXPORT Shell
// unlocked.
void OnLockStateChanged(bool locked);
+ // Called when a casting session is started or stopped.
+ void OnCastingSessionStartedOrStopped(bool started);
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();