| Index: content/public/common/speech_recognition_error.h
|
| diff --git a/content/public/common/speech_recognition_error.h b/content/public/common/speech_recognition_error.h
|
| index fa71ebab641579adbcca71148ad0ffed73970377..4ed81a748adfe9ff8ef947c89463f780389b1161 100644
|
| --- a/content/public/common/speech_recognition_error.h
|
| +++ b/content/public/common/speech_recognition_error.h
|
| @@ -29,8 +29,7 @@ enum SpeechRecognitionErrorCode {
|
| // Error details for the SPEECH_RECOGNITION_ERROR_AUDIO error.
|
| enum SpeechAudioErrorDetails {
|
| SPEECH_AUDIO_ERROR_DETAILS_NONE = 0,
|
| - SPEECH_AUDIO_ERROR_DETAILS_NO_MIC,
|
| - SPEECH_AUDIO_ERROR_DETAILS_IN_USE
|
| + SPEECH_AUDIO_ERROR_DETAILS_NO_MIC
|
| };
|
|
|
| struct CONTENT_EXPORT SpeechRecognitionError {
|
|
|