| 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 483c4ea1a6fc68c95a4c34fcbb417b18a4325bc4..698945eb7b0172d98f9f815f87c5310af2a782fe 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -93,8 +93,8 @@ class WebContents;
|
| // Update visibility of the infobar tip, depending on the state of the window.
|
| - (void)updateInfoBarTipVisibility;
|
|
|
| -// The min Y of the bubble point in the coordinate space of the toolbar.
|
| -- (NSInteger)pageInfoBubblePointY;
|
| +// The distance from the toolbar bottom to the anchor point for InfoBars.
|
| +- (NSInteger)infoBarAnchorPointY;
|
|
|
| // Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
|
| // Fullscreen.
|
|
|