Chromium Code Reviews| Index: net/socket/tcp_client_socket_pool.h |
| =================================================================== |
| --- net/socket/tcp_client_socket_pool.h (revision 23124) |
| +++ net/socket/tcp_client_socket_pool.h (working copy) |
| @@ -80,7 +80,8 @@ |
| // ClientSocketPool methods: |
| - virtual int RequestSocket(const std::string& group_name, |
| + virtual int RequestSocket(LoadLog* load_log, |
| + const std::string& group_name, |
| const HostResolver::RequestInfo& resolve_info, |
| int priority, |
| ClientSocketHandle* handle, |