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

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

Issue 1824183002: Mash: Show app icons in shelf based on the Widget's app icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added unit tests Created 4 years, 9 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 724c7acbf680efc4807d5e39154865ad95c622b2..11cf1fe6ed0c3f287e703da2ecb12e9df453fdf5 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -32,6 +32,9 @@ interface WindowManager {
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";
+ // The window's app icon. Type: SkBitmap
+ const string kWindowAppIcon_Property = "prop:window-app-icon";
+ // The window type. Type: mojom::WindowType
const string kWindowType_Property = "prop:window-type";
// The window's title. Type: mojom::String
const string kWindowTitle_Property = "prop:window-title";

Powered by Google App Engine
This is Rietveld 408576698