| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index cdbe2d17aafc72bb6c0e8f10006e82ad9da548e3..0ec1262b448597d072254c6f572e205493831031 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -396,6 +396,10 @@ constexpr const gfx::Size kMinCocoaPopupWindowSize(100, 122);
|
| // Invalidates the browser's touch bar.
|
| - (void)invalidateTouchBar;
|
|
|
| +// Indicates whether the toolbar is visible to the user. Toolbar is usually
|
| +// triggered by moving mouse cursor to the top of the monitor.
|
| +- (BOOL)isToolbarShowing;
|
| +
|
| @end // @interface BrowserWindowController
|
|
|
|
|
|
|