| 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 ea8d90fead48f96f91c56a9c57787ee6337bba12..9fe170a0184e4b1f8a3ff62f705a4866d565759e 100644
|
| --- a/content/public/common/context_menu_params.h
|
| +++ b/content/public/common/context_menu_params.h
|
| @@ -112,6 +112,9 @@ struct CONTENT_EXPORT ContextMenuParams {
|
| // |dictionary_suggestions| list.
|
| base::string16 misspelled_word;
|
|
|
| + // The identifier of the misspelling under the cursor, if any.
|
| + uint32 misspelling_hash;
|
| +
|
| // Suggested replacements for a misspelled word under the cursor.
|
| // This vector gets populated in the render process host
|
| // by intercepting ViewHostMsg_ContextMenu in ResourceMessageFilter
|
|
|