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

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

Issue 2946663003: content::RTCRtpSenders/Receivers using track adapter references. (Closed)
Patch Set: scoped_refptr and std::move Created 3 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/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)

Powered by Google App Engine
This is Rietveld 408576698