Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 17654d2bce63f7d29eaf0cee942d427afd426f04..b664e9abaec24b1b509417137c01500ae952ce81 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -186,6 +186,7 @@ IPC_STRUCT_TRAITS_BEGIN(ContextMenuParams) |
IPC_STRUCT_TRAITS_MEMBER(selection_text) |
IPC_STRUCT_TRAITS_MEMBER(misspelled_word) |
IPC_STRUCT_TRAITS_MEMBER(dictionary_suggestions) |
+ IPC_STRUCT_TRAITS_MEMBER(speech_input_enabled) |
IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled) |
IPC_STRUCT_TRAITS_MEMBER(is_editable) |
#if defined(OS_MACOSX) |