| Index: services/ui/public/interfaces/window_manager_constants.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager_constants.mojom b/services/ui/public/interfaces/window_manager_constants.mojom
|
| index 7863f767227a29faf2064b3ec0c325e6856644df..c647d2d1588639cde9e5929b1b2c60e7a6c633f1 100644
|
| --- a/services/ui/public/interfaces/window_manager_constants.mojom
|
| +++ b/services/ui/public/interfaces/window_manager_constants.mojom
|
| @@ -24,6 +24,12 @@ enum ShowState {
|
| FULLSCREEN,
|
| };
|
|
|
| +enum WindowPinType {
|
| + NONE,
|
| + PINNED,
|
| + TRUSTED_PINNED,
|
| +};
|
| +
|
| const int32 kResizeBehaviorNone = 0;
|
| const int32 kResizeBehaviorCanResize = 1;
|
| const int32 kResizeBehaviorCanMaximize = 2;
|
|
|