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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.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: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
index afcf6f73013d18a27711a6d3d2994c61e0f69b2a..09998e67255f1f7608c1eb3a95babf821f57cd8d 100644
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
@@ -75,7 +75,7 @@ class P2PSocketDispatcherHost::DnsRequest {
info, net::DEFAULT_PRIORITY, &addresses_,
base::Bind(&P2PSocketDispatcherHost::DnsRequest::OnDone,
base::Unretained(this)),
- &request_, net::BoundNetLog());
+ &request_, net::NetLogWithSource());
if (result != net::ERR_IO_PENDING)
OnDone(result);
}

Powered by Google App Engine
This is Rietveld 408576698