Index: content/common/speech_recognition_messages.h |
diff --git a/content/common/speech_recognition_messages.h b/content/common/speech_recognition_messages.h |
index d004b0a2286c598e5befddc1eba0eb66fc0dbea1..8efe737fe4d17b450eae892bad931a6cbd4e9b72 100644 |
--- a/content/common/speech_recognition_messages.h |
+++ b/content/common/speech_recognition_messages.h |
@@ -117,6 +117,8 @@ IPC_STRUCT_BEGIN(SpeechRecognitionHostMsg_StartRequest_Params) |
IPC_STRUCT_MEMBER(std::string, origin_url) |
// One-shot/continuous recognition mode. |
IPC_STRUCT_MEMBER(bool, is_one_shot) |
+ // Maximum number of hypotheses allowed for each results. |
+ IPC_STRUCT_MEMBER(uint32, max_hypotheses) |
IPC_STRUCT_END() |