Chromium Code Reviews| Index: net/socket_stream/socket_stream.h |
| diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h |
| index 7f071963146d9c026a460e48e84c01794528315a..c9e30f418c96ecf62798fd97384ffa837f26966b 100644 |
| --- a/net/socket_stream/socket_stream.h |
| +++ b/net/socket_stream/socket_stream.h |
| @@ -265,9 +265,9 @@ class NET_EXPORT SocketStream |
| // Use the same number as HttpNetworkTransaction::kMaxHeaderBufSize. |
| enum { kMaxTunnelResponseHeadersSize = 32768 }; // 32 kilobytes. |
| - // Copies the given addrinfo list in |addresses_|. |
| + // Copies |addresses| to |addresses_|. |
| // Used for WebSocketThrottleTest. |
| - void CopyAddrInfo(struct addrinfo* head); |
| + void CopyAddressList(const AddressList& addresses); |
|
eroman
2012/05/04 01:08:41
nit: I wander if "set_addresses()" would be more a
szym
2012/05/04 02:38:29
It definitely would. Will fix.
|
| void DoClose(); |