| Index: content/browser/renderer_host/media/audio_renderer_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/audio_renderer_host.cc (revision 278168)
|
| +++ content/browser/renderer_host/media/audio_renderer_host.cc (working copy)
|
| @@ -155,7 +155,7 @@
|
| }
|
|
|
| void AudioRendererHost::OnChannelClosing() {
|
| - // Since the IPC sender is gone, close all requested audio streams.
|
| + // Since the IPC channel is gone, close all requested audio streams.
|
| while (!audio_entries_.empty()) {
|
| // Note: OnCloseStream() removes the entries from audio_entries_.
|
| OnCloseStream(audio_entries_.begin()->first);
|
|
|