Index: content/browser/renderer_host/media/audio_renderer_host.cc |
=================================================================== |
--- content/browser/renderer_host/media/audio_renderer_host.cc (revision 225900) |
+++ content/browser/renderer_host/media/audio_renderer_host.cc (working copy) |
@@ -128,10 +128,6 @@ |
} |
void AudioRendererHost::OnChannelClosing() { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
- |
- BrowserMessageFilter::OnChannelClosing(); |
- |
// Since the IPC channel is gone, close all requested audio streams. |
while (!audio_entries_.empty()) { |
// Note: OnCloseStream() removes the entries from audio_entries_. |