Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index c6bd36619f4a035de66db30d42066238027f3d47..7adfa8c626a264aaf55b30e2b43513ec5a970bbd 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -192,6 +192,9 @@ class NET_EXPORT SSLClientSocket : public SSLSocket { |
bool channel_id_enabled, |
bool supports_ecc); |
+ // Records ConnectionType histograms for a successful SSL connection. |
+ static void RecordConnectionTypeMetrics(int ssl_version); |
+ |
// Returns whether TLS channel ID is enabled. |
static bool IsChannelIDEnabled( |
const SSLConfig& ssl_config, |