| 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 f180eadebb532669c59b01c7cbbb11afad8f7f9b..407c794978e0bbb6adc82e0487dfe08bab1f8b2d 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -159,6 +159,9 @@
|
| // the screen (tab strip, omnibox, bookmark bar, etc). Ranges from 0 to -22.
|
| - (CGFloat)menubarOffset;
|
|
|
| +// Returns the view of the avatar button.
|
| +- (NSView*)avatarView;
|
| +
|
| // Tell the window that it needs to call performClose: as soon as the current
|
| // drag is complete. This prevents a window (and its overlay) from going away
|
| // during a drag.
|
|
|