| 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 2bfed8c68e0f7aa814a78c903929d9c3ac9dec2a..89964e57752bd0e0fe8e69a12fbcbf7e14ec9e8e 100644
|
| --- a/content/renderer/media/media_stream_dependency_factory.cc
|
| +++ b/content/renderer/media/media_stream_dependency_factory.cc
|
| @@ -411,6 +411,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);
|
| }
|
|
|