| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/glass_browser_frame_view.h (revision 113407)
|
| +++ chrome/browser/ui/views/frame/glass_browser_frame_view.h (working copy)
|
| @@ -36,6 +36,7 @@
|
| virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
| virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
|
| OVERRIDE { }
|
| + virtual void EnableClose(bool enable) OVERRIDE { }
|
| virtual void ResetWindowControls() OVERRIDE { }
|
| virtual void UpdateWindowIcon() OVERRIDE { }
|
|
|
|
|