| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 1bf2c6a3281a6f2201ad33cf6b17a3fc22f5ea25..4466d0ebd4207fb785704a5be3b330944f087328 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 indicate that a window should show that it deserves
|
| // attention.
|
| AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
|
|
|