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

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 (store / retrieve kMinimumSize property) Created 3 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
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 3ddbe2ce6567a53792741d58db14e6e18729dd78..636ba0cfd97a7759e673773484d84e96cc901c7f 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