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 57477bf2e78c7c2b680f4246d1ba74a48a85695e..d66e2dbf93c566fba9134e6eca1d7c83dee7e6d7 100644 |
--- a/content/public/common/speech_recognition_result.h |
+++ b/content/public/common/speech_recognition_result.h |
@@ -32,6 +32,7 @@ typedef std::vector<SpeechRecognitionHypothesis> |
struct CONTENT_EXPORT SpeechRecognitionResult { |
SpeechRecognitionHypothesisArray hypotheses; |
+ bool provisional; |
SpeechRecognitionResult(); |
~SpeechRecognitionResult(); |