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

Unified Diff: content/browser/speech/speech_recognizer_impl.cc

Issue 15907012: Implement SpeechRecognizerImplAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, nits Created 7 years, 6 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/browser/speech/speech_recognizer.h ('k') | content/browser/speech/speech_recognizer_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_recognizer_impl.cc
diff --git a/content/browser/speech/speech_recognizer_impl.cc b/content/browser/speech/speech_recognizer_impl.cc
index 1d1c635aee965cf7e84c0f0bcf7e9c24cd3ad11a..d6902da9f1567c4ada4db7560045972038388dc8 100644
--- a/content/browser/speech/speech_recognizer_impl.cc
+++ b/content/browser/speech/speech_recognizer_impl.cc
@@ -81,7 +81,6 @@ SpeechRecognizerImpl::SpeechRecognizerImpl(
is_dispatching_event_(false),
is_single_shot_(is_single_shot),
state_(STATE_IDLE) {
- DCHECK(this->listener() != NULL);
DCHECK(recognition_engine_ != NULL);
if (is_single_shot) {
// In single shot recognition, the session is automatically ended after:
« no previous file with comments | « content/browser/speech/speech_recognizer.h ('k') | content/browser/speech/speech_recognizer_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698