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

Unified Diff: chrome/browser/devtools/device/port_forwarding_controller.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: chrome/browser/devtools/device/port_forwarding_controller.cc
diff --git a/chrome/browser/devtools/device/port_forwarding_controller.cc b/chrome/browser/devtools/device/port_forwarding_controller.cc
index 3f00f5aae11eebebc601dccce22184c8f2787d96..dcae852ebffeeaeb1f81b367c5bb4a750e35801b 100644
--- a/chrome/browser/devtools/device/port_forwarding_controller.cc
+++ b/chrome/browser/devtools/device/port_forwarding_controller.cc
@@ -69,7 +69,7 @@ class SocketTunnel : public base::NonThreadSafe {
int result = host_resolver_->Resolve(
request_info, net::DEFAULT_PRIORITY, &address_list_,
base::Bind(&SocketTunnel::OnResolved, base::Unretained(this)),
- &request_, net::BoundNetLog());
+ &request_, net::NetLogWithSource());
if (result != net::ERR_IO_PENDING)
OnResolved(result);
}

Powered by Google App Engine
This is Rietveld 408576698