Chromium Code Reviews| Index: net/spdy/spdy_session_pool.h |
| =================================================================== |
| --- net/spdy/spdy_session_pool.h (revision 92863) |
| +++ 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|. |
|
wtc
2011/07/19 22:12:36
|endpoint| => |address|
ramant (doing other things)
2011/07/25 23:36:06
Done.
|
| + void AddAlias(const addrinfo* address, const HostPortProxyPair& pair); |
| // Remove all aliases for |pair| from the aliases table. |
| void RemoveAliases(const HostPortProxyPair& pair); |