| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| index c99324442a9f0f029cdd725232a77fdb4cf50c46..60b3b45700300071c5cf5c47d93e06db9450b8d8 100644
|
| --- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| @@ -41,6 +41,7 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView,
|
| virtual void EnableClose(bool enable) OVERRIDE { }
|
| virtual void ResetWindowControls() OVERRIDE { }
|
| virtual void UpdateWindowIcon() OVERRIDE { }
|
| + virtual AvatarMenuButton* GetAvatarMenuButton() OVERRIDE;
|
|
|
| protected:
|
| // Overridden from views::View:
|
|
|