| Index: media/audio/audio_output_device.h
|
| diff --git a/media/audio/audio_output_device.h b/media/audio/audio_output_device.h
|
| index 8449e9faa14739cbe5ef961c9633f76e7f1187a6..0d53d8b8c11c5654b9d568fb3669ab7c6817b434 100644
|
| --- a/media/audio/audio_output_device.h
|
| +++ b/media/audio/audio_output_device.h
|
| @@ -81,11 +81,8 @@ class MEDIA_EXPORT AudioOutputDevice
|
| scoped_ptr<AudioOutputIPC> ipc,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner);
|
|
|
| - // Initialize function for clients wishing to have unified input and
|
| - // output, |params| may specify |input_channels| > 0, representing a
|
| - // number of input channels which will be at the same sample-rate
|
| - // and buffer-size as the output as specified in |params|. |session_id| is
|
| - // used for the browser to select the correct input device.
|
| + // Initialize the stream using |session_id|, which is used for the browser
|
| + // to select the correct input device.
|
| void InitializeWithSessionId(const AudioParameters& params,
|
| RenderCallback* callback,
|
| int session_id);
|
|
|