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 724c7acbf680efc4807d5e39154865ad95c622b2..67cef4bc6251d7070a8caaccb6c65b1520ede96b 100644 |
--- a/components/mus/public/interfaces/window_manager.mojom |
+++ b/components/mus/public/interfaces/window_manager.mojom |
@@ -35,6 +35,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 window's app icon. Type: SkBitmap |
+ const string kWindowAppIcon_Property = "prop:window-app-icon"; |
sky
2016/03/23 23:30:40
nit: keep sorted.
James Cook
2016/03/25 15:39:28
Done, and documented the type of kWindowType_Prope
|
// When the WindowManager completes a request it must call back to |
// WindowManagerClient::WmResponse(). |