| Index: net/socket/ssl_client_socket_openssl.cc
|
| diff --git a/net/socket/ssl_client_socket_openssl.cc b/net/socket/ssl_client_socket_openssl.cc
|
| index c6752d4761db2f47b34c96f4d72c30089632caba..be752497bce1fc5a799e4729ac70d46063b92d6b 100644
|
| --- a/net/socket/ssl_client_socket_openssl.cc
|
| +++ b/net/socket/ssl_client_socket_openssl.cc
|
| @@ -1211,8 +1211,6 @@ int SSLClientSocketOpenSSL::DoVerifyCertComplete(int result) {
|
| }
|
|
|
| if (result == OK) {
|
| - RecordConnectionTypeMetrics(GetNetSSLVersion(ssl_));
|
| -
|
| if (SSL_session_reused(ssl_)) {
|
| // Record whether or not the server tried to resume a session for a
|
| // different version. See https://crbug.com/441456.
|
|
|