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

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

Issue 2042903002: Support app window draggable areas in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 6 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 0b31c9541854cd37323469e87da9abd11a674488..571ca354d316ef500440d07c5c280b7472672991 100644
--- a/components/mus/public/interfaces/window_manager.mojom
+++ b/components/mus/public/interfaces/window_manager.mojom
@@ -50,6 +50,9 @@ interface WindowManager {
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";
+ // Specifies that the system default caption and icon should not be rendered,
+ // and the client area should be equivalent to the window area. Type: bool
+ const string kRemoveStandardFrame_Property = "prop:remove-standard-frame";
// When the WindowManager completes a request it must call back to
// WindowManagerClient::WmResponse().

Powered by Google App Engine
This is Rietveld 408576698