Index: net/http/http_stream_factory_impl_job.cc |
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc |
index 438cec3f7952ab2e5e84c3b9810cd0786848dee5..98ca05f1c7c356088b102066b5bb3e55c67b9596 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -1281,6 +1281,9 @@ void HttpStreamFactoryImpl::Job::InitSSLConfig(const HostPortPair& server, |
UMA_HISTOGRAM_ENUMERATION("Net.ConnectionUsedSSLVersionFallback", |
fallback, FALLBACK_MAX); |
+ UMA_HISTOGRAM_BOOLEAN("Net.ConnectionUsedSSLDeprecatedCipherFallback", |
+ ssl_config->enable_deprecated_cipher_suites); |
+ |
// We also wish to measure the amount of fallback connections for a host that |
// we know implements TLS up to 1.2. Ideally there would be no fallback here |
// but high numbers of SSLv3 would suggest that SSLv3 fallback is being |