Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: content/public/common/speech_recognition_result.cc

Issue 10233010: Introducing new data types and IPC messages for scripted JS speech recognition APIs (Speech CL2.0) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added also SpeechRecognitionSessionContext Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/speech_recognition_result.cc
diff --git a/content/public/common/speech_recognition_result.cc b/content/public/common/speech_recognition_result.cc
index 3280932cf78283d03dad77fe462f9ec125b7f215..76abd5735014c80c1586d426d4e07e08bdeb5c3d 100644
--- a/content/public/common/speech_recognition_result.cc
+++ b/content/public/common/speech_recognition_result.cc
@@ -6,10 +6,12 @@
namespace content {
-SpeechRecognitionResult::SpeechRecognitionResult() {
+SpeechRecognitionResult::SpeechRecognitionResult()
+ : provisional(false) {
}
SpeechRecognitionResult::~SpeechRecognitionResult() {
}
-}
+} // namespace content
+
hans 2012/04/26 16:23:25 looks like an extra blank line here
Primiano Tucci (use gerrit) 2012/04/27 09:27:13 Done.

Powered by Google App Engine
This is Rietveld 408576698