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

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

Issue 10537121: Adds AudioDevice factory for all audio clients in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed DVLOGs Created 8 years, 6 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 e632aa3523ec0936d89b12830570cc6e90e5097c..1b4944c0fe30ee994b85caeaa21ac5d85d06e221 100644
--- a/content/renderer/media/media_stream_dependency_factory.h
+++ b/content/renderer/media/media_stream_dependency_factory.h
@@ -34,6 +34,7 @@ class PeerConnection;
class VideoCaptureModule;
}
+class AudioDeviceFactoryInterface;
class VideoCaptureImplManager;
// Object factory for MediaStreamImpl and PeerConnectionHandler.
@@ -49,7 +50,8 @@ class CONTENT_EXPORT MediaStreamDependencyFactory {
talk_base::Thread* signaling_thread,
content::P2PSocketDispatcher* socket_dispatcher,
talk_base::NetworkManager* network_manager,
- talk_base::PacketSocketFactory* socket_factory);
+ talk_base::PacketSocketFactory* socket_factory,
+ AudioDeviceFactoryInterface* audio_device_factory);
virtual void ReleasePeerConnectionFactory();
virtual bool PeerConnectionFactoryCreated();

Powered by Google App Engine
This is Rietveld 408576698