diff options
Diffstat (limited to 'ui/views/window/custom_frame_view.h')
-rw-r--r-- | ui/views/window/custom_frame_view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h index 2d2d3d4..111be34 100644 --- a/ui/views/window/custom_frame_view.h +++ b/ui/views/window/custom_frame_view.h @@ -41,7 +41,6 @@ class CustomFrameView : public NonClientFrameView, 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; |