summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/aura_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/client/aura_constants.h')
-rw-r--r--ui/aura/client/aura_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index e39d42a..254ecf0 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;