| Index: components/mus/public/interfaces/window_manager.mojom
|
| diff --git a/components/mus/public/interfaces/window_manager.mojom b/components/mus/public/interfaces/window_manager.mojom
|
| index 3c012692e3d48f915edb37ecb3e79c5e047ec631..d1dd40fcc16b4a7b9b3e56758063c49f4a62698a 100644
|
| --- a/components/mus/public/interfaces/window_manager.mojom
|
| +++ b/components/mus/public/interfaces/window_manager.mojom
|
| @@ -10,22 +10,6 @@ import "ui/mojo/geometry/geometry.mojom";
|
|
|
| // Represents a core interface that should be implemented by any window manager
|
| // built on top of Mus.
|
| -interface WindowManager {
|
| - // The window's preferred size as defined by its content. Type: gfx::Size.
|
| - const string kPreferredSize_Property = "prop:preferred-size";
|
| - // The window's resize behavior. Type: ResizeBehavior.
|
| - const string kResizeBehavior_Property = "prop:resize-behavior";
|
| - // Bounds the window is restored to. Type: gfx::Rect.
|
| - const string kRestoreBounds_Property = "prop:restore-bounds";
|
| - // Shadow style for the window. Type: mojom::ShadowStyle.
|
| - const string kShadowStyle_Property = "prop:shadow-style";
|
| - // The window's show state. Type: ShowState.
|
| - const string kShowState_Property = "prop:show-state";
|
| - // The window bounds as set by user input. Type: gfx::Rect.
|
| - const string kUserSetBounds_Property = "prop:user-set-bounds";
|
| - const string kWindowType_Property = "prop:window-type";
|
| - // The window's title. Type: mojom::String
|
| - const string kWindowTitle_Property = "prop:window-title";
|
| -
|
| +interface WindowManagerDeprecated {
|
| OpenWindow(WindowTreeClient client, map<string, array<uint8>> properties);
|
| };
|
|
|