| Index: ash/wm/window_properties.h
|
| diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
|
| index 0136f86281c84b59c0b6039c25f5533f7a5eb18b..026c72d4924f0c9a03edbd0be2344573d3442ff7 100644
|
| --- a/ash/wm/window_properties.h
|
| +++ b/ash/wm/window_properties.h
|
| @@ -43,6 +43,9 @@ ASH_EXPORT extern const aura::WindowProperty<bool>* const
|
| extern const aura::WindowProperty<bool>* const
|
| kIgnoredByShelfKey;
|
|
|
| +// True if this is a browser window in immersive mode.
|
| +ASH_EXPORT extern const aura::WindowProperty<bool>* const kImmersiveModeKey;
|
| +
|
| // Used to remember the show state before the window was minimized.
|
| extern const aura::WindowProperty<ui::WindowShowState>* const
|
| kRestoreShowStateKey;
|
|
|