| Index: net/socket/client_socket_pool_base.cc
|
| ===================================================================
|
| --- net/socket/client_socket_pool_base.cc (revision 42238)
|
| +++ net/socket/client_socket_pool_base.cc (working copy)
|
| @@ -56,7 +56,8 @@
|
| if (timeout_duration_ != base::TimeDelta())
|
| timer_.Start(timeout_duration_, this, &ConnectJob::OnTimeout);
|
|
|
| - net_log_.BeginEvent(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB);
|
| + net_log_.BeginEventWithString(NetLog::TYPE_SOCKET_POOL_CONNECT_JOB,
|
| + group_name_);
|
|
|
| int rv = ConnectInternal();
|
|
|
|
|