Roll src/third_party/boringssl/src e9c7b1c8a..12fdd08a4
https://boringssl.googlesource.com/boringssl/+log/e9c7b1c8ae85e5625e9d24d9e20ccedeaaeb0d0a..12fdd08a401d2ef562612638abd016f8b5794cc7
This removes the RecordType and NoSessionID TLS 1.3 variants.
BUG=none
Change-Id: I5edc8c6e0e67f581095efa326e4fdc3d339c7204
Reviewed-on: https://chromium-review.googlesource.com/698624
Commit-Queue: Steven Valdez <[email protected]>
Reviewed-by: Alexei Svitkine <[email protected]>
Reviewed-by: David Benjamin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#506855}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c464dc14..39c873f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -777,10 +777,12 @@
switches::kTLS13VariantDraft},
{flag_descriptions::kTLS13VariantExperiment, switches::kTLS13Variant,
switches::kTLS13VariantExperiment},
- {flag_descriptions::kTLS13VariantRecordTypeExperiment,
- switches::kTLS13Variant, switches::kTLS13VariantRecordTypeExperiment},
- {flag_descriptions::kTLS13VariantNoSessionIDExperiment,
- switches::kTLS13Variant, switches::kTLS13VariantNoSessionIDExperiment},
+ // The RecordType variant was deprecated.
+ {flag_descriptions::kTLS13VariantDeprecated, switches::kTLS13Variant,
+ switches::kTLS13VariantDisabled},
+ // The NoSessionID variant was deprecated.
+ {flag_descriptions::kTLS13VariantDeprecated, switches::kTLS13Variant,
+ switches::kTLS13VariantDisabled},
{flag_descriptions::kTLS13VariantExperiment2, switches::kTLS13Variant,
switches::kTLS13VariantExperiment2},
{flag_descriptions::kTLS13VariantExperiment3, switches::kTLS13Variant,