| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index f7441244b9116f216214a7ea1d18dfca347c444e..3a054c2b4d3cae9971d5375e2c796ee396d1569a 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -26,6 +26,10 @@ 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 the type of window that will be used to record
|
| +// pointer metrics. See AppType in ash/shared/app_types.h for more details.
|
| +AURA_EXPORT extern const WindowProperty<int>* const kAppType;
|
| +
|
| // A property key to store the can-maximize flag.
|
| AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
|
|
|
|
|