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

Unified Diff: content/public/common/context_menu_params.h

Issue 384243004: Make <a ping> work for context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/public/common/context_menu_params.h
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
index b91d5a191e18bfbb121b305fb1743a7c0c94e1fc..24f32b31b748489129eb9b8d069637072a05fce3 100644
--- a/content/public/common/context_menu_params.h
+++ b/content/public/common/context_menu_params.h
@@ -36,6 +36,8 @@ struct CONTENT_EXPORT CustomContextMenuContext {
// It could also be |kCurrentRenderWidget|, which means the render widget that
// the corresponding ViewHostMsg_ContextMenu is sent to.
int32 render_widget_id;
+
+ GURL link_followed;
darin (slow to review) 2014/07/22 17:34:39 Please add some documentation here to explain the
};
// FIXME(beng): This would be more useful in the future and more efficient

Powered by Google App Engine
This is Rietveld 408576698