Index: content/browser/speech/speech_recognition_engine.h |
diff --git a/content/browser/speech/speech_recognition_engine.h b/content/browser/speech/speech_recognition_engine.h |
index 2203c5eff221955ca3a749ff1b87df546788f22e..11d901f96805fd0470b1ccc5f379d2fb02a06780 100644 |
--- a/content/browser/speech/speech_recognition_engine.h |
+++ b/content/browser/speech/speech_recognition_engine.h |
@@ -56,6 +56,7 @@ class SpeechRecognitionEngine { |
std::string language; |
content::SpeechRecognitionGrammarArray grammars; |
bool filter_profanities; |
+ int max_hypotheses; |
hans
2012/06/21 12:38:56
this is actually unsigned in the spec and the java
Primiano Tucci (use gerrit)
2012/06/21 13:28:25
Done.
|
std::string hardware_info; |
std::string origin_url; |
int audio_sample_rate; |