| 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..c207d3bbd2b2428f61ce668851fb1cd606acf56a 100644
|
| --- a/net/socket_stream/socket_stream.h
|
| +++ b/net/socket_stream/socket_stream.h
|
| @@ -265,9 +265,8 @@ class NET_EXPORT SocketStream
|
| // Use the same number as HttpNetworkTransaction::kMaxHeaderBufSize.
|
| enum { kMaxTunnelResponseHeadersSize = 32768 }; // 32 kilobytes.
|
|
|
| - // Copies the given addrinfo list in |addresses_|.
|
| // Used for WebSocketThrottleTest.
|
| - void CopyAddrInfo(struct addrinfo* head);
|
| + void set_addresses(const AddressList& addresses);
|
|
|
| void DoClose();
|
|
|
|
|