Index: content/renderer/media/rtc_peer_connection_handler.h |
diff --git a/content/renderer/media/rtc_peer_connection_handler.h b/content/renderer/media/rtc_peer_connection_handler.h |
index d0db835b5a19a58e42e099adccbc62db8883e7f6..bd58e2df54dd4ef4f36cefc9e4466efcf8ac8508 100644 |
--- a/content/renderer/media/rtc_peer_connection_handler.h |
+++ b/content/renderer/media/rtc_peer_connection_handler.h |
@@ -237,13 +237,6 @@ class CONTENT_EXPORT RTCPeerConnectionHandler |
void RunSynchronousClosureOnSignalingThread(const base::Closure& closure, |
const char* trace_event_name); |
- // If a track is not found with the specified id, the returned track's |
- // |isNull| will return true. |
- blink::WebMediaStreamTrack GetRemoteAudioTrack( |
- const std::string& track_id) const; |
- blink::WebMediaStreamTrack GetRemoteVideoTrack( |
- const std::string& track_id) const; |
- |
base::ThreadChecker thread_checker_; |
// |client_| is a weak pointer to the blink object (blink::RTCPeerConnection) |