| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index be4ed50abe8da39eb78f6035bdc8d9e29818186a..630ab7d242770849302f7f326cd0d06d225f395c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -921,6 +921,10 @@ const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding";
|
| // Disables HW VP8 encode acceleration for WebRTC.
|
| const char kDisableWebRtcHWVP8Encoding[] = "disable-webrtc-hw-vp8-encoding";
|
|
|
| +// Enables negotiation of GCM cipher suites from RFC 7714 for SRTP in WebRTC.
|
| +// See https://tools.ietf.org/html/rfc7714 for further information.
|
| +const char kEnableWebRtcSrtpAesGcm[] = "enable-webrtc-srtp-aes-gcm";
|
| +
|
| // Enables Origin header in Stun messages for WebRTC.
|
| const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin";
|
|
|
|
|