| Index: ash/wm/window_properties.h
|
| diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
|
| index 21d7ae9e5dfedf7dbe12bf73b0c7cfbe2b0e116a..54ca83bd0a3332414eb4bce095f457b4d93e4354 100644
|
| --- a/ash/wm/window_properties.h
|
| +++ b/ash/wm/window_properties.h
|
| @@ -38,6 +38,12 @@ extern const aura::WindowProperty<bool>* const kContinueDragAfterReparent;
|
| ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| kCyclingThroughWorkspacesKey;
|
|
|
| +// A property key to indicate whether there is any chrome at all that cannot be
|
| +// hidden when the window is fullscreen. This is unrelated to whether the full
|
| +// chrome can be revealed by hovering the mouse at the top of the screen.
|
| +ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| + kFullscreenUsesMinimalChromeKey;
|
| +
|
| // A property key to disable the frame painter policy for solo windows.
|
| // It is only available for root windows.
|
| ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
|
|