Index: content/browser/speech/google_streaming_remote_engine.cc |
diff --git a/content/browser/speech/google_streaming_remote_engine.cc b/content/browser/speech/google_streaming_remote_engine.cc |
index 22a3eb37a5a74d3102e85fa45e0c6c36e2507c77..11c7ac74e6f311ed01c96c865be918d613d6b994 100644 |
--- a/content/browser/speech/google_streaming_remote_engine.cc |
+++ b/content/browser/speech/google_streaming_remote_engine.cc |
@@ -445,7 +445,7 @@ GoogleStreamingRemoteEngine::ProcessDownstreamResponse( |
case proto::SpeechRecognitionEvent::STATUS_ABORTED: |
return Abort(SPEECH_RECOGNITION_ERROR_ABORTED); |
case proto::SpeechRecognitionEvent::STATUS_AUDIO_CAPTURE: |
- return Abort(SPEECH_RECOGNITION_ERROR_AUDIO); |
+ return Abort(SPEECH_RECOGNITION_ERROR_AUDIO_CAPTURE); |
case proto::SpeechRecognitionEvent::STATUS_NETWORK: |
return Abort(SPEECH_RECOGNITION_ERROR_NETWORK); |
case proto::SpeechRecognitionEvent::STATUS_NOT_ALLOWED: |