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

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

Issue 9663066: Refactoring of chrome speech recognition architecture (CL1.3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compilation issues on windows. Created 8 years, 9 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
« no previous file with comments | « content/public/common/speech_recognition_result.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 198b88eeb045af99640777061c5935d888ef23b8..3280932cf78283d03dad77fe462f9ec125b7f215 100644
--- a/content/public/common/speech_recognition_result.cc
+++ b/content/public/common/speech_recognition_result.cc
@@ -6,8 +6,7 @@
namespace content {
-SpeechRecognitionResult::SpeechRecognitionResult()
- : error(SPEECH_RECOGNITION_ERROR_NONE) {
+SpeechRecognitionResult::SpeechRecognitionResult() {
}
SpeechRecognitionResult::~SpeechRecognitionResult() {
« no previous file with comments | « content/public/common/speech_recognition_result.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698