| Index: content/renderer/media/media_stream_dependency_factory.cc
|
| diff --git a/content/renderer/media/media_stream_dependency_factory.cc b/content/renderer/media/media_stream_dependency_factory.cc
|
| index 6c96146296b9315880b1284a67e522c711d7baa2..388f2a7c3aeef5673e3cb91ce1017f43b3a3c8a9 100644
|
| --- a/content/renderer/media/media_stream_dependency_factory.cc
|
| +++ b/content/renderer/media/media_stream_dependency_factory.cc
|
| @@ -409,6 +409,11 @@ webrtc::IceCandidateInterface* MediaStreamDependencyFactory::CreateIceCandidate(
|
| return webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, sdp);
|
| }
|
|
|
| +WebRtcAudioDeviceImpl*
|
| +MediaStreamDependencyFactory::GetWebRtcAudioDevice() {
|
| + return audio_device_;
|
| +}
|
| +
|
| void MediaStreamDependencyFactory::SetAudioDeviceSessionId(int session_id) {
|
| audio_device_->SetSessionId(session_id);
|
| }
|
|
|