| Index: net/socket/ssl_client_socket.h
|
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
|
| index 1d38048d0c6bdcf7c6667675a492a9f9929a7616..e3df669a0ff39911572f7707293b7a9b860041d3 100644
|
| --- a/net/socket/ssl_client_socket.h
|
| +++ b/net/socket/ssl_client_socket.h
|
| @@ -152,11 +152,9 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
|
|
|
| // Records histograms for channel id support during full handshakes - resumed
|
| // handshakes are ignored.
|
| - static void RecordChannelIDSupport(
|
| - ChannelIDService* channel_id_service,
|
| - bool negotiated_channel_id,
|
| - bool channel_id_enabled,
|
| - bool supports_ecc);
|
| + static void RecordChannelIDSupport(ChannelIDService* channel_id_service,
|
| + bool negotiated_channel_id,
|
| + bool channel_id_enabled);
|
|
|
| // Returns whether TLS channel ID is enabled.
|
| static bool IsChannelIDEnabled(
|
|
|