| 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 ccdb4737d00ce04b874aa480f609164ed8d737db..ccef48ec2ca40b39fb42c817f097213e8383beda 100644
|
| --- a/content/public/common/context_menu_params.h
|
| +++ b/content/public/common/context_menu_params.h
|
| @@ -112,9 +112,6 @@ struct CONTENT_EXPORT ContextMenuParams {
|
| // and the misspelled_word is not empty.
|
| std::vector<base::string16> dictionary_suggestions;
|
|
|
| - // If editable, flag for whether node is speech-input enabled.
|
| - bool speech_input_enabled;
|
| -
|
| // If editable, flag for whether spell check is enabled or not.
|
| bool spellcheck_enabled;
|
|
|
|
|