summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 04:43:20 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 04:43:20 +0000
commit335ee05f3a724cead4c7fea90e1f1dbbdb9926fd (patch)
tree6b252e133c51837b3ad924d557e11fb14fec97a2 /chrome/browser/views/frame
parenteb1d38270b666c548b9f537fa97e5ac8e411364a (diff)
downloadchromium_src-335ee05f3a724cead4c7fea90e1f1dbbdb9926fd.zip
chromium_src-335ee05f3a724cead4c7fea90e1f1dbbdb9926fd.tar.gz
chromium_src-335ee05f3a724cead4c7fea90e1f1dbbdb9926fd.tar.bz2
forgot this file too
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame')
-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);
}
}