Index: ash/common/wm/window_state.h |
diff --git a/ash/common/wm/window_state.h b/ash/common/wm/window_state.h |
index c2ff99d9039e0704ff03250f3f1c9ccbf696d516..53a5c159896772ae3b92705902db981d45830512 100644 |
--- a/ash/common/wm/window_state.h |
+++ b/ash/common/wm/window_state.h |
@@ -97,6 +97,7 @@ class ASH_EXPORT WindowState { |
bool IsFullscreen() const; |
bool IsSnapped() const; |
bool IsPinned() const; |
+ bool IsTrustedPinned() const; |
// True if the window's state type is WINDOW_STATE_TYPE_MAXIMIZED, |
// WINDOW_STATE_TYPE_FULLSCREEN or WINDOW_STATE_TYPE_PINNED. |