| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index be70d71e221621fe6da9d565eb187775883c9a68..d3d9567bce513f06249f7a407fb1089dbc5c8eab 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -75,6 +75,9 @@ class ASH_EXPORT WmShell {
|
| // the window size.
|
| virtual bool IsForceMaximizeOnFirstRun() = 0;
|
|
|
| + // Returns true if a window is currently pinned.
|
| + virtual bool IsPinned() = 0;
|
| +
|
| // Returns true if |window| can be shown for the current user. This is
|
| // intended to check if the current user matches the user associated with
|
| // |window|.
|
|
|