| Index: components/mus/public/interfaces/window_manager_constants.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager_constants.mojom b/components/mus/public/interfaces/window_manager_constants.mojom
|
| index e704cbbbe6d4f7e96eec0d4e7f704bc2dcb926ab..d0b29b631aebb6dee4b08c43f6cd483e589a33c3 100644
|
| --- a/components/mus/public/interfaces/window_manager_constants.mojom
|
| +++ b/components/mus/public/interfaces/window_manager_constants.mojom
|
| @@ -11,12 +11,17 @@ enum WindowManagerErrorCode {
|
| ACCESS_DENIED
|
| };
|
|
|
| +// TODO(sky): seems like this should not be defined in mus, rather in mash.
|
| +// Only thing mus cares about is minimized and that should be expressed
|
| +// differently.
|
| enum ShowState {
|
| - RESTORED,
|
| + DEFAULT,
|
| + NORMAL,
|
| MINIMIZED,
|
| MAXIMIZED,
|
| - IMMERSIVE,
|
| - PRESENTATION
|
| + INACTIVE,
|
| + FULLSCREEN,
|
| + DOCKED,
|
| };
|
|
|
| enum Rotation {
|
|
|