summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognition_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/speech_recognition_dispatcher_host.h')
-rw-r--r--content/browser/speech/speech_recognition_dispatcher_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/speech/speech_recognition_dispatcher_host.h b/content/browser/speech/speech_recognition_dispatcher_host.h
index dea822d..df14953 100644
--- a/content/browser/speech/speech_recognition_dispatcher_host.h
+++ b/content/browser/speech/speech_recognition_dispatcher_host.h
@@ -40,9 +40,9 @@ class CONTENT_EXPORT SpeechRecognitionDispatcherHost
virtual void OnSoundEnd(int session_id) OVERRIDE;
virtual void OnAudioEnd(int session_id) OVERRIDE;
virtual void OnRecognitionEnd(int session_id) OVERRIDE;
- virtual void OnRecognitionResults(
+ virtual void OnRecognitionResult(
int session_id,
- const SpeechRecognitionResults& results) OVERRIDE;
+ const SpeechRecognitionResult& result) OVERRIDE;
virtual void OnRecognitionError(
int session_id,
const SpeechRecognitionError& error) OVERRIDE;