| 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 e9904d90f11ff9d94b16f4da304e6fdefe0ea552..23f0fcc158561968eb3f36a17cf934d5a1d0a9be 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -163,6 +163,9 @@
|
| // the screen (tab strip, omnibox, bookmark bar, etc). Ranges from 0 to -22.
|
| - (CGFloat)menubarOffset;
|
|
|
| +// The height of the menubar.
|
| +- (CGFloat)menubarHeight;
|
| +
|
| // Returns the view of the avatar button.
|
| - (NSView*)avatarView;
|
|
|
|
|