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

Unified Diff: ash/mus/property_util.h

Issue 2277563002: Wires up immersive mode for chrome and mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 4 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: ash/mus/property_util.h
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
index 25b8792eb7210a1bc0f57b53dc0d7c5b47e140bb..58795bf43e5db57f95f6b02ea7bc2442f677b1ac 100644
--- a/ash/mus/property_util.h
+++ b/ash/mus/property_util.h
@@ -80,6 +80,9 @@ bool IsAlwaysOnTop(ui::Window* window);
bool ShouldRemoveStandardFrame(ui::Window* window);
+// See description of |WindowManager::kRendererParentTitleArea_Property|.
+bool ShouldRenderParentTitleArea(ui::Window* window);
+
} // namespace mus
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698