Index: net/spdy/spdy_session_pool.h |
=================================================================== |
--- net/spdy/spdy_session_pool.h (revision 92397) |
+++ 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 IP-equivalent address for |pair|. |
wtc
2011/07/19 00:11:19
Nit: add "an" before "IP-equivalent".
ramant (doing other things)
2011/07/19 03:48:47
Done.
|
+ void AddAlias(const IPEndPoint& endpoint, const HostPortProxyPair& pair); |
// Remove all aliases for |pair| from the aliases table. |
void RemoveAliases(const HostPortProxyPair& pair); |