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 4268f21e522c64f4e308953079334f95d2a0d467..788f70661723379fcbfd2126cf979c77f2b421c8 100644 |
--- a/services/ui/public/interfaces/window_manager.mojom |
+++ b/services/ui/public/interfaces/window_manager.mojom |
@@ -90,6 +90,9 @@ interface WindowManager { |
// Type: mojom::String |
const string kName_Property = "prop:name"; |
+ // If true (and the window is a panel), it's attached to its shelf item. |
+ const string kPanelAttached_Property = "prop:panel-attached"; |
+ |
// The window's preferred size as defined by its content. Maps to |
// aura::client::kPreferredSize_Property. Type: gfx::Size. |
const string kPreferredSize_Property = "prop:preferred-size"; |