Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: content/renderer/media/media_stream_dependency_factory.h

Issue 11270012: Adding audio support to the new webmediaplyer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the nits from Andrew and fixed the chromeOS testbot error Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698