| Index: ash/common/wm_shell_common.h
|
| diff --git a/ash/common/wm_shell_common.h b/ash/common/wm_shell_common.h
|
| index bb91da8fe25cfd04b21c9312891b0519ba7d3ae7..d504c4eba32ba2fc68220e11795c3fa66bfb38c3 100644
|
| --- a/ash/common/wm_shell_common.h
|
| +++ b/ash/common/wm_shell_common.h
|
| @@ -35,6 +35,9 @@ class ASH_EXPORT WmShellCommon {
|
| return &shell_observers_;
|
| }
|
|
|
| + // 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.
|
| void NotifyPinnedStateChanged(WmWindow* pinned_window);
|
|
|
| private:
|
|
|