| 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);
|
| }
|
|
|