| Index: content/browser/renderer_host/media/audio_renderer_host.cc
|
| diff --git a/content/browser/renderer_host/media/audio_renderer_host.cc b/content/browser/renderer_host/media/audio_renderer_host.cc
|
| index 9334d949d20d56a3a1a162f19ceef6f5291b2328..7b07fd99c3b57e03ad97d69d5b7bd8c8fcae967a 100644
|
| --- a/content/browser/renderer_host/media/audio_renderer_host.cc
|
| +++ b/content/browser/renderer_host/media/audio_renderer_host.cc
|
| @@ -155,7 +155,7 @@ void AudioRendererHost::GetOutputControllers(
|
| }
|
|
|
| void AudioRendererHost::OnChannelClosing() {
|
| - // Since the IPC channel is gone, close all requested audio streams.
|
| + // Since the IPC sender is gone, close all requested audio streams.
|
| while (!audio_entries_.empty()) {
|
| // Note: OnCloseStream() removes the entries from audio_entries_.
|
| OnCloseStream(audio_entries_.begin()->first);
|
|
|