| Index: services/ui/public/interfaces/window_manager.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
|
| index fb103d2b866588a9894a4c98f2201fdab1fc6b52..bce1c5433058b94b6fd0b70abad2537950239fe8 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -23,6 +23,7 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
|
| // with WindowTreeClient, further WindowTree requests this interface from
|
| // WindowTreeClient supplied at the time the WindowTreeHost is created.
|
| interface WindowManager {
|
| + const string kContainer_Property = "prop:container";
|
| // Whether the window is always on top. Type: bool.
|
| const string kAlwaysOnTop_Property = "prop:always_on_top";
|
| // Disables the window manager from handling immersive fullscreen for the
|
|
|