| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 59aef03f633a158ce943dcaab31ca599b45f510f..06256e828ef50172ad6f0ee848d7a701149408a5 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -53,10 +53,6 @@ AURA_EXPORT extern const WindowProperty<bool>* const kConstrainedWindowKey;
|
| // attention.
|
| AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
|
|
|
| -// A property key to indicate that a window should be excluded from the most
|
| -// recently used windows list.
|
| -AURA_EXPORT extern const aura::WindowProperty<bool>* const kExcludeFromMruKey;
|
| -
|
| // A property key to indicate that a window is being "mirrored" and its contents
|
| // should render regardless of its actual visibility state.
|
| AURA_EXPORT extern const aura::WindowProperty<bool>* const kMirroringEnabledKey;
|
|
|