Index: webkit/glue/context_menu.h |
diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h |
index 3a70bbd9246fccc9b4d30f3f115dc0d259f20087..d530f62e4953a4698cafa13209f6fc871e69a196 100644 |
--- a/webkit/glue/context_menu.h |
+++ b/webkit/glue/context_menu.h |
@@ -95,6 +95,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; |