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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0af3e6333f24cd2eb516b07bd93bc3d90de57db6..dbecfaaf7d976173ee91b55fd4e96e84ccce9a3e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5502,6 +5502,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_WEBRTC_HW_H264_ENCODING_DESCRIPTION" desc="Description of chrome:flags option to turn on WebRTC hardware h264 video encoding support.">
Support in WebRTC for encoding h264 video streams using platform hardware.
</message>
+ <message name="IDS_FLAGS_WEBRTC_SRTP_AES_GCM_NAME" desc="Name of chrome:flags option to enable GCM cipher suites for WebRTC">
grt (UTC plus 2) 2017/03/23 10:59:18 translateable="false" here and below
joachim 2017/03/23 20:07:10 Done.
+ Negotiation with GCM cipher suites for SRTP in WebRTC
+ </message>
+ <message name="IDS_FLAGS_WEBRTC_SRTP_AES_GCM_DESCRIPTION" desc="Description of chrome:flags option to enable GCM cipher suites for WebRTC">
+ When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.
+ </message>
<message name="IDS_FLAGS_WEBRTC_STUN_ORIGIN_NAME" desc="Name of chrome:flags option to turn on Origin header for WebRTC STUN messages">
WebRTC Stun origin header
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698