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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2154213002: Adding SSL Max Version flag to chrome://flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tls13_const
Patch Set: Created 4 years, 5 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') | no next file with comments »
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 975860ce31a6cf870b07f2b4328dc5170274296f..2f90613eb1fd9340f7c06e62c8bf3cdf24da4e78 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5628,6 +5628,18 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_QUIC_DESCRIPTION" desc="Description for the flag to enable QUIC.">
Enable experimental QUIC protocol support.
</message>
+ <message name="IDS_FLAGS_SSL_VERSION_MAX_NAME" desc="Title for the flag to switch the max SSL version.">
davidben 2016/07/18 14:11:32 max -> maximum
svaldez 2016/07/18 14:37:55 Done.
+ SSL Version Max
davidben 2016/07/18 14:11:32 Max -> Maximum. To match the old one, let's write
svaldez 2016/07/18 14:37:55 Done.
+ </message>
+ <message name="IDS_FLAGS_SSL_VERSION_MAX_DESCRIPTION" desc="Description for the flag to switch the max SSL version.">
davidben 2016/07/18 14:11:32 max -> maximum
svaldez 2016/07/18 14:37:55 Done.
+ Set max supported SSL version.
davidben 2016/07/18 14:11:32 max -> maximum
svaldez 2016/07/18 14:37:55 Done.
+ </message>
+ <message name="IDS_FLAGS_SSL_VERSION_MAX_TLS12">
+ TLS 1.2
+ </message>
+ <message name="IDS_FLAGS_SSL_VERSION_MAX_TLS13">
+ TLS 1.3
+ </message>
<message name="IDS_FLAGS_ENABLE_TOKEN_BINDING_NAME" desc="Title for the flag to enable Token Binding. Please do not translate 'Token Binding'.">
Token Binding.
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698