| Index: content/browser/renderer_host/media/audio_input_renderer_host.h
|
| diff --git a/content/browser/renderer_host/media/audio_input_renderer_host.h b/content/browser/renderer_host/media/audio_input_renderer_host.h
|
| index 077a1cc720a9fcd965f0e8f1e7d58500ad87b99d..ae52a5400eac018e8f94164cfe8e570335b50e52 100644
|
| --- a/content/browser/renderer_host/media/audio_input_renderer_host.h
|
| +++ b/content/browser/renderer_host/media/audio_input_renderer_host.h
|
| @@ -89,8 +89,7 @@ class CONTENT_EXPORT AudioInputRendererHost
|
| // Creates an audio input stream with the specified format whose data is
|
| // consumed by an entity in the render view referenced by |render_view_id|.
|
| // |session_id| is used to find out which device to be used for the stream.
|
| - // When it is AudioInputDeviceManager::kFakeOpenSessionId, it uses the the
|
| - // default device. Upon success/failure, the peer is notified via the
|
| + // Upon success/failure, the peer is notified via the
|
| // NotifyStreamCreated message.
|
| void OnCreateStream(int stream_id,
|
| int render_view_id,
|
|
|