| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 02dbdfc40f7cc721b0dda0a0b84076c578c4344f..8dd3d7eb4d6e70841e7dfbfa540547e8ef80e2a1 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -283,6 +283,9 @@ class ASH_EXPORT WmShell {
|
| // Called after overview mode has ended.
|
| virtual void OnOverviewModeEnded() = 0;
|
|
|
| + // Notifies observers after toggling fullscreen mode in |root_window|.
|
| + void NotifyFullscreenStateChanged(bool is_fullscreen, WmWindow* root_window);
|
| +
|
| // Notifies |observers_| when entering or exiting pinned mode for
|
| // |pinned_window|. Entering or exiting can be checked by looking at
|
| // |pinned_window|'s window state.
|
|
|