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

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

Issue 2645673003: Add an aura window property for Immersive fullscreen mode (Closed)
Patch Set: Fix review issues Created 3 years, 11 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 14615fcdf8d0b2663af4c0dadd5fa4591c290193..3753bbdbc6b8d754bbd8b7f868536f15a44cc363 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -85,6 +85,11 @@ interface WindowManager {
// used list of windows. Maps to aura::client::kExcludeFromMruKey. Type: bool.
const string kExcludeFromMru_Property = "prop:exclude_from_mru";
+ // If true, when a window is in in fullscreen mode, the user cannot reveal
+ // the top portion of the window through a touch / mouse gesture.
+ // Type: bool.
+ const string kImmersiveFullscreen_Property = "prop:immersive-fullscreen";
+
// 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