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

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

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: Fix win-specific compile error. Created 3 years, 8 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 3595db8687a0c72272fd93f87fc60c78a5a8cf32..dfa37cc4cbe423817472ab739f3b9006db170073 100644
--- a/content/renderer/media/rtc_peer_connection_handler.h
+++ b/content/renderer/media/rtc_peer_connection_handler.h
@@ -147,6 +147,8 @@ class CONTENT_EXPORT RTCPeerConnectionHandler
void GetStats(const blink::WebRTCStatsRequest& request) override;
void GetStats(
std::unique_ptr<blink::WebRTCStatsReportCallback> callback) override;
+ blink::WebVector<std::unique_ptr<blink::WebRTCRtpSender>> GetSenders()
+ override;
blink::WebVector<std::unique_ptr<blink::WebRTCRtpReceiver>> GetReceivers()
override;
blink::WebRTCDataChannelHandler* CreateDataChannel(

Powered by Google App Engine
This is Rietveld 408576698