Index: content/browser/frame_host/render_frame_host_impl.cc |
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
index 9929fa143cba1ea368dc66288fbb2ce07498793a..272b852d007cda4ef492ac88a931b91ff59c04bb 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -1157,6 +1157,7 @@ void RenderFrameHostImpl::OnContextMenu(const ContextMenuParams& params) { |
ContextMenuParams validated_params(params); |
RenderProcessHost* process = GetProcess(); |
+ |
Ted C
2015/05/15 23:24:55
?
aurimas (slooooooooow)
2015/05/15 23:34:11
Had logs in there. Done.
|
// We don't validate |unfiltered_link_url| so that this field can be used |
// when users want to copy the original link URL. |
process->FilterURL(true, &validated_params.link_url); |