| Index: content/renderer/media/media_stream_dependency_factory.h | 
| diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h | 
| index 8b359da31e564d34d681122344dd1b43e972ef71..371785a56e305cc62d3fe8fabb025d2b4db56c9f 100644 | 
| --- a/content/renderer/media/media_stream_dependency_factory.h | 
| +++ b/content/renderer/media/media_stream_dependency_factory.h | 
| @@ -107,6 +107,8 @@ class CONTENT_EXPORT MediaStreamDependencyFactory | 
| int sdp_mline_index, | 
| const std::string& sdp); | 
|  | 
| +  WebRtcAudioDeviceImpl* GetWebRtcAudioDevice(); | 
| + | 
| protected: | 
| // Asks the PeerConnection factory to create a Local MediaStream object. | 
| virtual scoped_refptr<webrtc::LocalMediaStreamInterface> | 
|  |