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

Unified Diff: components/mus/public/interfaces/window_manager.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 | « components/mus/public/cpp/property_type_converters.h ('k') | mash/wm/property_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20e0c74f761a3077ea328afda4d5588f8787a0f2..558847161710bbc908488ed8deff08848cf5eb84 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";
+ // A flag controlling the window's presence on the mash shelf. Type: bool
+ const string kWindowIgnoredByShelf_Property = "prop:window-ignored-by-shelf";
// The application ID (eg. 'mojo:foo'). Type: mojom::String
const string kAppID_Property = "prop:app-id";
« no previous file with comments | « components/mus/public/cpp/property_type_converters.h ('k') | mash/wm/property_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698