| Index: webrtc/rtc_base/sslstreamadapter.h
|
| diff --git a/webrtc/rtc_base/sslstreamadapter.h b/webrtc/rtc_base/sslstreamadapter.h
|
| index 8d85e9270c2d2c1b5be2347895f03d67b51b341b..889b6349b9d28966e72643fd1e91aa435f087841 100644
|
| --- a/webrtc/rtc_base/sslstreamadapter.h
|
| +++ b/webrtc/rtc_base/sslstreamadapter.h
|
| @@ -78,6 +78,10 @@ struct CryptoOptions {
|
| // Enable GCM crypto suites from RFC 7714 for SRTP. GCM will only be used
|
| // if both sides enable it.
|
| bool enable_gcm_crypto_suites = false;
|
| +
|
| + // If set to true, encrypted RTP header extensions as defined in RFC 6904
|
| + // will be negotiated. They will only be used if both peers support them.
|
| + bool enable_encrypted_rtp_header_extensions = false;
|
| };
|
|
|
| // Returns supported crypto suites, given |crypto_options|.
|
|
|