| Index: content/browser/renderer_host/media/audio_input_renderer_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/audio_input_renderer_host.cc (revision 278168)
|
| +++ content/browser/renderer_host/media/audio_input_renderer_host.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| }
|
|
|
| void AudioInputRendererHost::OnChannelClosing() {
|
| - // Since the IPC sender is gone, close all requested audio streams.
|
| + // Since the IPC channel is gone, close all requested audio streams.
|
| DeleteEntries();
|
| }
|
|
|
|
|