Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index e712569baff9e6735461b77d46c14b746b775767..f489301bec9a3f15f45adb9c437c25ba7bc6d964 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -923,6 +923,9 @@ 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. |
Jói
2013/10/23 21:57:18
The comments here are usually the canonical descri
Henrik Grunell
2013/10/24 10:01:13
Done.
|
+const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption"; |
+ |
// Disables HW encode acceleration for WebRTC. |
const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding"; |