| Index: net/socket/ssl_client_socket.h
 | 
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
 | 
| index 46461df2ead1fcc6f1424a7eebe533a5ffdc4768..7de2611786f0a60a2f9e0eb0e7413442f0617059 100644
 | 
| --- a/net/socket/ssl_client_socket.h
 | 
| +++ b/net/socket/ssl_client_socket.h
 | 
| @@ -201,9 +201,6 @@ 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,
 | 
| 
 |