Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index e39d42ad5e6d935ca69794c2e58e1bbbbc00179e..254ecf09ecb9b9c33bfc636610cf4af71265aeee 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -25,6 +25,9 @@ AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey; |
// of value is an int. |
AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey; |
+// A property key to store can-maximize flag. |
+AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey; |
+ |
// A property key to store if a window is a constrained window or not. |
AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey; |