| Index: services/ui/public/interfaces/mus_constants.mojom
|
| diff --git a/services/ui/public/interfaces/mus_constants.mojom b/services/ui/public/interfaces/mus_constants.mojom
|
| index 4897e4206fbb1a1219ef96285e4272d21d53a6ec..e3f9af29add0661e82a1bb295c57507ccec3803a 100644
|
| --- a/services/ui/public/interfaces/mus_constants.mojom
|
| +++ b/services/ui/public/interfaces/mus_constants.mojom
|
| @@ -7,9 +7,4 @@ module ui.mojom;
|
| enum OrderDirection {
|
| ABOVE = 1,
|
| BELOW,
|
| -};
|
| -
|
| -// If this property is present on a window then the window is only shown once
|
| -// the underlay has been provided. This property is only checked once at
|
| -// construction time.
|
| -const string kWaitForUnderlay_Property = "property:wait-for-underlay";
|
| +};
|
|
|