Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index b06ca7cd661229c1de5c6037d379dbed5860f65e..607e9cb21dded32eab9fa859b35eb3b8257f734c 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -924,6 +924,9 @@ 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 for SRTP in WebRTC. |
|
Charlie Reis
2017/03/23 16:21:27
Maybe give a link to the RFC here, to help people
joachim
2017/03/23 20:07:11
Done.
|
| +const char kEnableWebRtcSrtpAesGcm[] = "enable-webrtc-srtp-aes-gcm"; |
| + |
| // Enables Origin header in Stun messages for WebRTC. |
| const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin"; |