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

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: Updates based on feedback from Justin 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..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";

Powered by Google App Engine
This is Rietveld 408576698