Index: content/browser/speech/speech_recognition_manager_impl.cc |
diff --git a/content/browser/speech/speech_recognition_manager_impl.cc b/content/browser/speech/speech_recognition_manager_impl.cc |
index a9d3de5d38140112084f84509aa9a5c3b2fcfcb1..4b0827a6b62bb53544695c310d57f048e15bc2e3 100644 |
--- a/content/browser/speech/speech_recognition_manager_impl.cc |
+++ b/content/browser/speech/speech_recognition_manager_impl.cc |
@@ -290,8 +290,8 @@ void SpeechRecognitionManagerImpl::StopAudioCaptureForSession(int session_id) { |
// Here begins the SpeechRecognitionEventListener interface implementation, |
// which will simply relay the events to the proper listener registered for the |
-// particular session (most likely InputTagSpeechDispatcherHost) and to the |
-// catch-all listener provided by the delegate (if any). |
+// particular session and to the catch-all listener provided by the delegate |
+// (if any). |
void SpeechRecognitionManagerImpl::OnRecognitionStart(int session_id) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |