Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Unified Diff: content/public/common/content_switches.cc

Issue 1542443002: Add commandline flag to enable GCM cipher suites from RFC 7714 in WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for new PeerConnectionFactoryInterface options API. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698