Chromium Code Reviews| Index: net/socket/tcp_client_socket.h |
| diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h |
| index 0b8062bfd093d02d92253faa4ace3825bf09a067..a95f765822026806f852ae1abe77619a9c95cbb3 100644 |
| --- a/net/socket/tcp_client_socket.h |
| +++ b/net/socket/tcp_client_socket.h |
| @@ -96,6 +96,8 @@ class NET_EXPORT TCPClientSocket : public StreamSocket { |
| int OpenSocket(AddressFamily family); |
| + void EmitTCPMetricsHistogramsOnSocketClose(); |
|
mmenke
2015/07/07 19:53:49
Think this is worth a comment.
Bryan McQuade
2015/07/07 21:05:10
Done.
|
| + |
| scoped_ptr<TCPSocket> socket_; |
| // Local IP address and port we are bound to. Set to NULL if Bind() |