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

Unified Diff: chrome/renderer/render_view.cc

Issue 91002: Always enable copy-link-address in context menu. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/context_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.cc
===================================================================
--- chrome/renderer/render_view.cc (revision 14202)
+++ chrome/renderer/render_view.cc (working copy)
@@ -2034,6 +2034,7 @@
params.y = y;
params.image_url = image_url;
params.link_url = link_url;
+ params.unfiltered_link_url = link_url;
params.page_url = page_url;
params.frame_url = frame_url;
params.selection_text = selection_text;
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698