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, |