| Index: content/browser/renderer_host/media/web_contents_audio_input_stream.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_audio_input_stream.cc b/content/browser/renderer_host/media/web_contents_audio_input_stream.cc
|
| index f01bc408bb1e13bb2f8330e62c477b77fb024c6d..beddcb874328f60e40c64119b3fabef5a9fcd715 100644
|
| --- a/content/browser/renderer_host/media/web_contents_audio_input_stream.cc
|
| +++ b/content/browser/renderer_host/media/web_contents_audio_input_stream.cc
|
| @@ -204,8 +204,7 @@ void WebContentsAudioInputStream::Impl::ReportError() {
|
|
|
| // TODO(miu): Need clean-up of AudioInputCallback interface in a future
|
| // change, since its only implementation ignores the first argument entirely
|
| - // and the values for the second argument are undefined.
|
| - callback_->OnError(NULL, 0);
|
| + callback_->OnError(NULL);
|
| }
|
|
|
| void WebContentsAudioInputStream::Impl::StartMirroring() {
|
|
|