Index: ash/common/wm/wm_types.h |
diff --git a/ash/common/wm/wm_types.h b/ash/common/wm/wm_types.h |
index 5cdf161de3141fbbacc49e29d28735cdee3504b0..ad886d8c1c870a17eca3ef10e14b9eb44eceeb02 100644 |
--- a/ash/common/wm/wm_types.h |
+++ b/ash/common/wm/wm_types.h |
@@ -46,6 +46,7 @@ enum WindowStateType { |
// Corresponding shelf should be hidden, also most of windows other than the |
// pinned one should be hidden. |
WINDOW_STATE_TYPE_PINNED, |
+ WINDOW_STATE_TYPE_TRUSTED_PINNED, |
}; |
// Utility functions to convert WindowStateType <-> ui::WindowShowState. |