| Index: content/renderer/media/local_media_stream_audio_source.cc
|
| diff --git a/content/renderer/media/local_media_stream_audio_source.cc b/content/renderer/media/local_media_stream_audio_source.cc
|
| index f2075b97723c950424a5c49de547843d276ac3c5..421061628df2334dd668dc088bda6320fc59d006 100644
|
| --- a/content/renderer/media/local_media_stream_audio_source.cc
|
| +++ b/content/renderer/media/local_media_stream_audio_source.cc
|
| @@ -99,10 +99,7 @@ void LocalMediaStreamAudioSource::Capture(const media::AudioBus* audio_bus,
|
| }
|
|
|
| void LocalMediaStreamAudioSource::OnCaptureError(const std::string& why) {
|
| - // As of this writing, this method doesn't get called for anything useful,
|
| - // and all other implementors just log the message, but don't disconnect sinks
|
| - // or take any other action. So, just log the error.
|
| - LOG(ERROR) << why;
|
| + OnAudioCaptureError(why);
|
| }
|
|
|
| } // namespace content
|
|
|