Index: chrome/browser/ui/cocoa/browser_window_controller_private.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
index c480164ff6b7dfe6f7fadfac5f2e16566f0cc47c..fadc24a1fb22e0f7ab426864c171ae76f9ae092a 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ |
#import "chrome/browser/ui/cocoa/browser_window_controller.h" |
+#import "chrome/browser/ui/cocoa/browser_window_layout.h" |
#import "chrome/browser/ui/cocoa/presentation_mode_controller.h" |
@class BrowserWindowLayout; |
@@ -43,9 +44,7 @@ |
// Lays out the tab strip at the given maximum y-coordinate, with the given |
// width, possibly for fullscreen mode; returns the new maximum y (below the |
// tab strip). This is safe to call even when there is no tab strip. |
-- (CGFloat)layoutTabStripAtMaxY:(CGFloat)maxY |
- width:(CGFloat)width |
- fullscreen:(BOOL)fullscreen; |
+- (void)applyTabStripLayout:(chrome::TabStripLayout)layout; |
Robert Sesek
2014/09/26 16:55:54
const&
erikchen
2014/09/26 17:39:05
Done.
|
// Returns YES if the bookmark bar should be placed below the infobar, NO |
// otherwise. |