From 335ee05f3a724cead4c7fea90e1f1dbbdb9926fd Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 22 Oct 2008 04:43:20 +0000 Subject: forgot this file too git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3724 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/frame/opaque_frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.1