Index: net/spdy/spdy_session_pool.h |
=================================================================== |
--- net/spdy/spdy_session_pool.h (revision 93497) |
+++ net/spdy/spdy_session_pool.h (working copy) |
@@ -163,8 +163,8 @@ |
bool LookupAddresses(const HostPortProxyPair& pair, |
AddressList* addresses) const; |
- // Add a set of |addresses| as IP-equivalent addresses for |pair|. |
- void AddAliases(const AddressList& addresses, const HostPortProxyPair& pair); |
+ // Add |endpoint| as an IP-equivalent address for |pair|. |
+ void AddAlias(const addrinfo* address, const HostPortProxyPair& pair); |
// Remove all aliases for |pair| from the aliases table. |
void RemoveAliases(const HostPortProxyPair& pair); |