summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.cc
diff options
context:
space:
mode:
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;
}
}