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

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

Issue 10703095: New PeerConnection handler in Chrome to support latest PeerConnection draft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Readd the UMA histogram for Deprecated PeerConnection to not screw up the stats. Created 8 years, 3 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/peer_connection_handler_base.h
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h
index 9f9eca36310846c9168bbb8e5538109ff9753733..84cb3b9f58ab806506def92f8dc15b58d1330f28 100644
--- a/content/renderer/media/peer_connection_handler_base.h
+++ b/content/renderer/media/peer_connection_handler_base.h
@@ -30,6 +30,8 @@ class CONTENT_EXPORT PeerConnectionHandlerBase
virtual ~PeerConnectionHandlerBase();
void AddStream(const WebKit::WebMediaStreamDescriptor& stream);
+ bool AddStream(const WebKit::WebMediaStreamDescriptor& stream,
+ const webrtc::MediaConstraintsInterface* constraints);
void RemoveStream(const WebKit::WebMediaStreamDescriptor& stream);
WebKit::WebMediaStreamDescriptor CreateWebKitStreamDescriptor(
webrtc::MediaStreamInterface* stream);

Powered by Google App Engine
This is Rietveld 408576698