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

Unified Diff: chrome/browser/ui/cocoa/browser_window_layout.h

Issue 2404783002: [Mac] Avoid "adding unknown subview" warning. (Closed)
Patch Set: Merged with head Created 4 years, 2 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: chrome/browser/ui/cocoa/browser_window_layout.h
diff --git a/chrome/browser/ui/cocoa/browser_window_layout.h b/chrome/browser/ui/cocoa/browser_window_layout.h
index e838586e1cac2ccf1a47108f0fa9cf0026ab6ec4..584ae80d365e746cc146e869ca0be02c6599fcc8 100644
--- a/chrome/browser/ui/cocoa/browser_window_layout.h
+++ b/chrome/browser/ui/cocoa/browser_window_layout.h
@@ -14,6 +14,10 @@ namespace chrome {
// The height of the tab strip.
extern const CGFloat kTabStripHeight;
+// Returns true if windows should use NSFullSizeContentViewWindowMask style
+// mask.
+bool ShouldUseFullSizeContentView();
+
// The parameters used to calculate the layout of the views managed by the
// BrowserWindowController.
struct LayoutParameters {

Powered by Google App Engine
This is Rietveld 408576698