| Index: content/renderer/media/webrtc_audio_device_impl.cc
|
| ===================================================================
|
| --- content/renderer/media/webrtc_audio_device_impl.cc (revision 148738)
|
| +++ content/renderer/media/webrtc_audio_device_impl.cc (working copy)
|
| @@ -423,7 +423,8 @@
|
|
|
| // TODO(henrika): it could be possible to allow one of the directions (input
|
| // or output) to use a non-supported rate. As an example: if only the
|
| - // output rate is OK, we could finalize Init() and only set up an AudioDevice.
|
| + // output rate is OK, we could finalize Init() and only set up an
|
| + // AudioOutputDevice.
|
|
|
| // Ask the browser for the default audio output hardware sample-rate.
|
| // This request is based on a synchronous IPC message.
|
|
|