| 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 a99bf8f30cd22a73299b076ed541256a5ee9e284..f052d3ffdb0cd95392fbb9da46e04f337464ecc2 100644
|
| --- a/content/public/common/context_menu_params.h
|
| +++ b/content/public/common/context_menu_params.h
|
| @@ -120,9 +120,6 @@ struct CONTENT_EXPORT ContextMenuParams {
|
| // |dictionary_suggestions| list.
|
| base::string16 misspelled_word;
|
|
|
| - // The identifier of the misspelling under the cursor, if any.
|
| - uint32_t 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
|
|
|