Chromium Code Reviews| Index: ui/views/window/non_client_view.cc |
| =================================================================== |
| --- ui/views/window/non_client_view.cc (revision 110996) |
| +++ ui/views/window/non_client_view.cc (working copy) |
| @@ -87,10 +87,6 @@ |
| frame_view_->GetWindowMask(size, window_mask); |
| } |
| -void NonClientView::EnableClose(bool enable) { |
| - frame_view_->EnableClose(enable); |
| -} |
| - |
| void NonClientView::ResetWindowControls() { |
| frame_view_->ResetWindowControls(); |
| } |