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 8ea70fd1001363ada5b3cd1c0492c1f8660af9a5..9cec5f62837feced17b32eebc73dece7e0cc78a8 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -918,6 +918,10 @@ const char kDisableSCTPDataChannels[] = "disable-sctp-data-channels"; |
| // Disables HW decode acceleration for WebRTC. |
| const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding"; |
| +// Disables encryption of RTP Media for WebRTC. When Chrome embeds Content, it |
| +// ignores this switch on its stable and beta channels. |
| +const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption"; |
|
Ami GONE FROM CHROMIUM
2013/10/24 16:37:44
I wonder if the flag should be more explicit about
Henrik Grunell
2013/10/28 15:06:57
Yes, that would be nice, but the name's going to b
|
| + |
| // Disables HW encode acceleration for WebRTC. |
| const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding"; |