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 4bd4ade1dfc30177ddb17b14c76e8223b7c88b01..1a6eba326185037a5f7eb839b8e14eec3191fd23 100644 |
--- a/components/mus/public/interfaces/window_manager.mojom |
+++ b/components/mus/public/interfaces/window_manager.mojom |
@@ -40,6 +40,8 @@ interface WindowManager { |
const string kWindowType_Property = "prop:window-type"; |
// The window's title. Type: mojom::String |
const string kWindowTitle_Property = "prop:window-title"; |
+ // The application ID (eg. 'mojo:foo'). Type: mojom::String |
+ const string kAppID_Property = "prop:app-id"; |
// When the WindowManager completes a request it must call back to |
// WindowManagerClient::WmResponse(). |