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

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

Issue 9543001: Support for multiple PeerConnections (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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.h
diff --git a/content/renderer/media/peer_connection_handler.h b/content/renderer/media/peer_connection_handler.h
index 6765ece4b8c4b5ec4156093739984c7f3add4582..e3d0772a942ab6226b10cb1e21e5f0e3ad4238c9 100644
--- a/content/renderer/media/peer_connection_handler.h
+++ b/content/renderer/media/peer_connection_handler.h
@@ -34,6 +34,9 @@ class CONTENT_EXPORT PeerConnectionHandler
MediaStreamDependencyFactory* dependency_factory);
virtual ~PeerConnectionHandler();
+ // Checks if a remote stream belongs to this PeerConnection.
+ virtual bool HasStream(const std::string& stream_label);
+
// Set the video renderer for the specified stream.
virtual void SetVideoRenderer(
const std::string& stream_label,

Powered by Google App Engine
This is Rietveld 408576698