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