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..a2337e5428fdf19ddf28c2363543242939a04239 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. |
| +const char kEnableWebRtcGcm[] = "enable-webrtc-gcm"; |
|
juberti
2017/03/21 05:37:07
call this enable-webrtc-srtp-aes-gcm (GCM is an ov
joachim
2017/03/21 21:56:58
Done.
|
| + |
| // Enables Origin header in Stun messages for WebRTC. |
| const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin"; |