| Index: ash/wm/window_properties.h
|
| diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
|
| index 21d7ae9e5dfedf7dbe12bf73b0c7cfbe2b0e116a..e9e959a14d29aed6986d27cdaea6916b43a32d35 100644
|
| --- a/ash/wm/window_properties.h
|
| +++ b/ash/wm/window_properties.h
|
| @@ -86,6 +86,10 @@ ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const
|
| // Property to tell if the container uses the screen coordinates.
|
| extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
|
|
|
| +// True if the window can be maximized by the workspace manager.
|
| +extern const aura::WindowProperty<bool>* const
|
| + kWindowCanBeMaximizedByWorkspaceKey;
|
| +
|
| extern const aura::WindowProperty<WindowPersistsAcrossAllWorkspacesType>* const
|
| kWindowPersistsAcrossAllWorkspacesKey;
|
|
|
|
|