summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/views/frame/opaque_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/opaque_frame.cc b/chrome/browser/views/frame/opaque_frame.cc
index e8740b9..ab0f746 100644
--- a/chrome/browser/views/frame/opaque_frame.cc
+++ b/chrome/browser/views/frame/opaque_frame.cc
@@ -109,7 +109,7 @@ void OpaqueFrame::OnSysCommand(UINT notification_code, CPoint click) {
if (!browser_view_->SystemCommandReceived(notification_code,
gfx::Point(click))) {
// Use the default implementation for any other command.
- SetMsgHandled(FALSE);
+ CustomFrameWindow::OnSysCommand(notification_code, click);
}
}