Chromium Code Reviews| 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 |