| Index: net/websockets/websocket_channel.cc
|
| diff --git a/net/websockets/websocket_channel.cc b/net/websockets/websocket_channel.cc
|
| index d932c6d6c7648f8d7c9a1a1d2d04236e8edee1d4..d9876e2248c48675cea9febd877722c33e7f46aa 100644
|
| --- a/net/websockets/websocket_channel.cc
|
| +++ b/net/websockets/websocket_channel.cc
|
| @@ -586,7 +586,7 @@ void WebSocketChannel::SendAddChannelRequestWithSuppliedCallback(
|
| requested_subprotocols));
|
| stream_request_ = callback.Run(socket_url_, std::move(create_helper), origin,
|
| first_party_for_cookies, additional_headers,
|
| - url_request_context_, BoundNetLog(),
|
| + url_request_context_, NetLogWithSource(),
|
| std::move(connect_delegate));
|
| SetState(CONNECTING);
|
| }
|
|
|