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

Unified Diff: net/websockets/websocket_stream.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_stream.cc
diff --git a/net/websockets/websocket_stream.cc b/net/websockets/websocket_stream.cc
index 3fa3c8ebedac664eda3180c2429ec7d728603c24..ef62c246c7bda768b1ed05bd98e81f918f0e94a8 100644
--- a/net/websockets/websocket_stream.cc
+++ b/net/websockets/websocket_stream.cc
@@ -364,7 +364,7 @@ std::unique_ptr<WebSocketStreamRequest> WebSocketStream::CreateAndConnectStream(
const GURL& first_party_for_cookies,
const std::string& additional_headers,
URLRequestContext* url_request_context,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<ConnectDelegate> connect_delegate) {
std::unique_ptr<WebSocketStreamRequestImpl> request(
new WebSocketStreamRequestImpl(
@@ -383,7 +383,7 @@ WebSocketStream::CreateAndConnectStreamForTesting(
const GURL& first_party_for_cookies,
const std::string& additional_headers,
URLRequestContext* url_request_context,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<WebSocketStream::ConnectDelegate> connect_delegate,
std::unique_ptr<base::Timer> timer) {
std::unique_ptr<WebSocketStreamRequestImpl> request(

Powered by Google App Engine
This is Rietveld 408576698