Chromium Code Reviews| 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 8972e2562af9a25f22f4092afc03ecc7443bbbab..2ab5d784c5be2a1f17a780a859afc864fdee15f1 100644 |
| --- a/content/renderer/media/media_stream_dependency_factory.h |
| +++ b/content/renderer/media/media_stream_dependency_factory.h |
| @@ -125,6 +125,8 @@ class CONTENT_EXPORT MediaStreamDependencyFactory |
| int sdp_mline_index, |
| const std::string& sdp); |
| + WebRtcAudioDeviceImpl* GetWebRtcAudioDevice(); |
|
tommi (sloooow) - chröme
2012/11/13 11:08:30
I don't think it's a good idea to hand out raw poi
|
| + |
| protected: |
| // Asks the PeerConnection factory to create a Local MediaStream object. |
| virtual scoped_refptr<webrtc::LocalMediaStreamInterface> |