Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index e5dd42afa20549ee29afd3abf64aa8d104629dda..74bb9c6f76d77682c930704b31338c86d89952ea 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -284,6 +284,9 @@ class ASH_EXPORT Shell |
| // unlocked. |
| void OnLockStateChanged(bool locked); |
| + // Called when a screen sharing session is started or stopped. |
| + void OnScreenSharingStateChanged(bool started); |
| + |
| // Initializes |shelf_|. Does nothing if it's already initialized. |
| void CreateShelf(); |