summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 20:08:46 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-22 20:08:46 +0000
commit007ba7de674ad4d8ab0a55e66c11e195229f4057 (patch)
tree98165932cd32b776bbbdd05af62654106345ecef /chrome/views/custom_frame_window.cc
parent648ddc1f6675caf7f580918ccd411676bf6cc7bc (diff)
downloadchromium_src-007ba7de674ad4d8ab0a55e66c11e195229f4057.zip
chromium_src-007ba7de674ad4d8ab0a55e66c11e195229f4057.tar.gz
chromium_src-007ba7de674ad4d8ab0a55e66c11e195229f4057.tar.bz2
try to fix dist crashes
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/custom_frame_window.cc')
-rw-r--r--chrome/views/custom_frame_window.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/custom_frame_window.cc b/chrome/views/custom_frame_window.cc
index aa5b854..3221e76 100644
--- a/chrome/views/custom_frame_window.cc
+++ b/chrome/views/custom_frame_window.cc
@@ -1203,6 +1203,7 @@ void CustomFrameWindow::OnNCLButtonDown(UINT ht_component,
}
default:
Window::OnNCLButtonDown(ht_component, point);
+ /*
if (!IsMsgHandled()) {
// Window::OnNCLButtonDown set the message as unhandled. This normally
// means ContainerWin::ProcessWindowMessage will pass it to
@@ -1214,6 +1215,7 @@ void CustomFrameWindow::OnNCLButtonDown(UINT ht_component,
MAKELPARAM(point.x, point.y));
SetMsgHandled(TRUE);
}
+ */
break;
}
}