| 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 {
|
|
|