Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1553)

Unified Diff: components/mus/public/interfaces/window_manager.mojom

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « components/mus/public/cpp/window_tree_host_factory.h ('k') | components/mus/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698