| 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 e3896e35e942568b161c21f6fd65ba11db70cdda..09a909f4e6e07ac607aa94686e53941e363a41ec 100644
|
| --- a/services/ui/public/interfaces/window_manager.mojom
|
| +++ b/services/ui/public/interfaces/window_manager.mojom
|
| @@ -102,6 +102,10 @@ interface WindowManager {
|
| // Type: bool.
|
| const string kImmersiveFullscreen_Property = "prop:immersive-fullscreen";
|
|
|
| + // The window's minimum size as defined by its content. Maps to
|
| + // aura::client::kMinimumSize_Property. Type: gfx::Size.
|
| + const string kMinimumSize_Property = "prop:minimum-size";
|
| +
|
| // Internal window name. Useful for debugging. Maps to aura::client::kNameKey.
|
| // Type: mojom::String
|
| const string kName_Property = "prop:name";
|
|
|