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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c02785e7c78ba10ec2b7c7f0d26cf2a128ae00b6..cc38b18c2bf3ec266bb6ae7a4af857f64a2188ad 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -35,6 +35,10 @@ interface WindowManager {
// Initial bounds to create the window at. If empty the WindowManager decides
// the initial bounds.
const string kInitialBounds_Property = "prop:initial_bounds";
+ // The window manager will place the window in this container when the window
+ // is created. If not set a container is selected based on the window type.
+ // Type: int
+ const string kInitialContainerId_Property = "prop:initial_container_id";
// The id of the display (display::Display::id()) to create the window on.
// Type: int64.
const string kInitialDisplayId_Property = "prop:initial_display_id";
@@ -100,7 +104,7 @@ interface WindowManager {
uint32 window_id,
string name,
array<uint8>? value);
-
+
// Asks the WindowManager to create a new window.
// |requesting_client_id| is the id of the client issuing the request. This
// allows the window manager to track top level windows by client.
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698