| Index: chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| index 23f0fcc158561968eb3f36a17cf934d5a1d0a9be..afa1e4464e3649650f5f83af531eeae21370b9c7 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -166,6 +166,9 @@
|
| // The height of the menubar.
|
| - (CGFloat)menubarHeight;
|
|
|
| +// Returns YES if the browser window is in or entering any fullscreen mode.
|
| +- (BOOL)isInAnyFullscreenMode;
|
| +
|
| // Returns the view of the avatar button.
|
| - (NSView*)avatarView;
|
|
|
|
|