Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: net/websockets/websocket_channel.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698