| Index: content/browser/speech/speech_recognizer.h
|
| diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
|
| index 3d4e85c87db5d7a85915835bd2cac2e88af171a6..12da90564e898b00ea8c144c56b3d9d78cae38bf 100644
|
| --- a/content/browser/speech/speech_recognizer.h
|
| +++ b/content/browser/speech/speech_recognizer.h
|
| @@ -81,7 +81,6 @@ class CONTENT_EXPORT SpeechRecognizer
|
| ~FSMEventArgs();
|
|
|
| FSMEvent event;
|
| - int audio_error_code;
|
| scoped_refptr<AudioChunk> audio_data;
|
| SpeechRecognitionResults engine_results;
|
| SpeechRecognitionError engine_error;
|
| @@ -129,8 +128,7 @@ class CONTENT_EXPORT SpeechRecognizer
|
| // AudioInputController::EventHandler methods.
|
| virtual void OnCreated(media::AudioInputController* controller) OVERRIDE {}
|
| virtual void OnRecording(media::AudioInputController* controller) OVERRIDE {}
|
| - virtual void OnError(media::AudioInputController* controller,
|
| - int error_code) OVERRIDE;
|
| + virtual void OnError(media::AudioInputController* controller) OVERRIDE;
|
| virtual void OnData(media::AudioInputController* controller,
|
| const uint8* data, uint32 size) OVERRIDE;
|
|
|
|
|