| Index: webkit/glue/context_menu.h
|
| diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h
|
| index 6837859242e2a2a37f37cd81a09c621dc6d66b9a..86dfbf5b6a635b681d5d503da771ee78c714fe11 100644
|
| --- a/webkit/glue/context_menu.h
|
| +++ b/webkit/glue/context_menu.h
|
| @@ -98,6 +98,9 @@ struct ContextMenuParams {
|
| // and the misspelled_word is not empty.
|
| std::vector<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;
|
|
|
|
|