Index: net/socket/ssl_client_socket_impl.h |
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h |
index ccb780b5142879b6fe127fb85278388a33c8d9f3..017ff5854bc16e8c874e5955fd2afabdfb114170 100644 |
--- a/net/socket/ssl_client_socket_impl.h |
+++ b/net/socket/ssl_client_socket_impl.h |
@@ -240,9 +240,9 @@ class SSLClientSocketImpl : public SSLClientSocket { |
void LogConnectEndEvent(int rv); |
- // Record which TLS extension was used to negotiate protocol and protocol |
- // chosen in a UMA histogram. |
- void RecordNegotiationExtension() const; |
+ // Record whether ALPN was used, and if so, the negotiated protocol, |
+ // in a UMA histogram. |
+ void RecordNegotiatedProtocol() const; |
// Records histograms for channel id support during full handshakes - resumed |
// handshakes are ignored. |