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

Unified Diff: mash/wm/public/interfaces/user_window_controller.mojom

Issue 1953183002: Support the ignored_by_shelf flag for Mus windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps and limit mus to MOJO_SHELL_CLIENT. Created 4 years, 7 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/wm/property_util.cc ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/public/interfaces/user_window_controller.mojom
diff --git a/mash/wm/public/interfaces/user_window_controller.mojom b/mash/wm/public/interfaces/user_window_controller.mojom
index fe9811989eb4066da47f597cf32cad7bbdaf18ed..0525427ae74eb668615cf1bbf9676c59c40e1827 100644
--- a/mash/wm/public/interfaces/user_window_controller.mojom
+++ b/mash/wm/public/interfaces/user_window_controller.mojom
@@ -10,6 +10,7 @@ struct UserWindow {
bool window_has_focus; // A flag; true if the window is currently focused.
array<uint8> window_app_icon; // A serialized SkBitmap.
string window_app_id; // The window application ID (ie. 'mojo:foo').
+ bool ignored_by_shelf; // A flag; true to avoid showing a shelf item.
};
// An observer of user windows within mojom::Container::USER_WINDOWS.
« no previous file with comments | « mash/wm/property_util.cc ('k') | mash/wm/user_window_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698