Chromium Code Reviews| Index: ui/views/window/native_frame_view.cc |
| =================================================================== |
| --- ui/views/window/native_frame_view.cc (revision 113407) |
| +++ ui/views/window/native_frame_view.cc (working copy) |
| @@ -55,6 +55,10 @@ |
| // Nothing to do, we use the default window mask. |
| } |
| +void NativeFrameView::EnableClose(bool enable) { |
| + // Nothing to do, handled automatically by Window. |
| +} |
| + |
| void NativeFrameView::ResetWindowControls() { |
| // Nothing to do. |
| } |