Index: content/public/common/speech_recognition_result.h |
diff --git a/content/public/common/speech_recognition_result.h b/content/public/common/speech_recognition_result.h |
index 3354f2cf36042f161c454a515d333849c562c510..7b748028818d7cb7a1de72a854128b67c1ab24fb 100644 |
--- a/content/public/common/speech_recognition_result.h |
+++ b/content/public/common/speech_recognition_result.h |
@@ -31,6 +31,7 @@ typedef std::vector<SpeechRecognitionHypothesis> |
struct CONTENT_EXPORT SpeechRecognitionResult { |
SpeechRecognitionHypothesisArray hypotheses; |
+ bool provisional; |
SpeechRecognitionResult(); |
~SpeechRecognitionResult(); |