Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index a751049085829be08901c5b295bfe85c133879da..d346098c33981d28e8e95ebb255c1164b0835fae 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -28,6 +28,9 @@ AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey; |
// A property key to store the can-maximize flag. |
AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey; |
+// A property key to store the can-minimize flag. |
+AURA_EXPORT extern const WindowProperty<bool>* const kCanMinimizeKey; |
+ |
// A property key to store the can-resize flag. |
AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey; |