Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 1126203011: Start displaying title text for HTML elements without links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698