| 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 29c1e024cbd839a7686b5c978019e3fe713ba24c..f8bc872b04c10f384afa842c5f44ac42fd2e8505 100644 | 
| --- a/content/renderer/media/media_stream_dependency_factory.cc | 
| +++ b/content/renderer/media/media_stream_dependency_factory.cc | 
| @@ -292,6 +292,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); | 
| } | 
|  |