| 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 e45ad0a936f3ecceb3352979973e50c18ce134c8..15b0598102027bc7bd506ea43194d47f1bfc5e51 100644
|
| --- a/content/public/common/context_menu_params.h
|
| +++ b/content/public/common/context_menu_params.h
|
| @@ -165,6 +165,9 @@ struct CONTENT_EXPORT ContextMenuParams {
|
| gfx::Point selection_start;
|
| gfx::Point selection_end;
|
| #endif
|
| +
|
| + // If this node is an input field, the type of that field.
|
| + blink::WebContextMenuData::InputFieldType input_field_type;
|
| };
|
|
|
| } // namespace content
|
|
|