| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h | 
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h | 
| index 5707073b6c43f74e6ce17db24e0959b05e602a12..8146e3eddb5d11acff6c04f4c30489a1dc28f132 100644 | 
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h | 
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h | 
| @@ -129,6 +129,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, | 
| // border height in order to increase the window draggable area. | 
| int TopResizeHeight() const; | 
|  | 
| +  // Returns true if the specified point is within the avatar menu buttons. | 
| +  bool IsWithinAvatarMenuButtons(const gfx::Point& point) const; | 
| + | 
| // Returns the thickness of the entire nonclient left, right, and bottom | 
| // borders, including both the window frame and any client edge. | 
| int NonClientBorderThickness() const; | 
|  |