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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2914793005: [mus+ash] Fixes minimum browser window size (store / retrieve kPreferredSize property) (Closed)
Patch Set: [mus+ash] Fixes minimum browser window size (nits / rebase) Created 3 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: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index e3896e35e942568b161c21f6fd65ba11db70cdda..09a909f4e6e07ac607aa94686e53941e363a41ec 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -102,6 +102,10 @@ interface WindowManager {
// Type: bool.
const string kImmersiveFullscreen_Property = "prop:immersive-fullscreen";
+ // The window's minimum size as defined by its content. Maps to
+ // aura::client::kMinimumSize_Property. Type: gfx::Size.
+ const string kMinimumSize_Property = "prop:minimum-size";
+
// Internal window name. Useful for debugging. Maps to aura::client::kNameKey.
// Type: mojom::String
const string kName_Property = "prop:name";

Powered by Google App Engine
This is Rietveld 408576698