summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h b/chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h
index 9c19b3ed405..54fbe8fd967 100644
--- a/chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h
+++ b/chromium/third_party/blink/renderer/modules/peerconnection/fake_rtc_rtp_transceiver_impl.h
@@ -111,6 +111,12 @@ class FakeRTCRtpTransceiverImpl : public RTCRtpTransceiverPlatform {
const override;
base::Optional<webrtc::RtpTransceiverDirection> FiredDirection()
const override;
+ webrtc::RTCError SetOfferedRtpHeaderExtensions(
+ Vector<webrtc::RtpHeaderExtensionCapability> header_extensions) override;
+ Vector<webrtc::RtpHeaderExtensionCapability> HeaderExtensionsNegotiated()
+ const override;
+ Vector<webrtc::RtpHeaderExtensionCapability> HeaderExtensionsToOffer()
+ const override;
private:
base::Optional<std::string> mid_;