Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index ff58e66372b4a004ad81c46deec72f43d585fe14..b5737691f3acbeca9a5942ffb458ff2e99c9c8c9 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(); |