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

Unified Diff: extensions/browser/api/dns/dns_api.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: extensions/browser/api/dns/dns_api.cc
diff --git a/extensions/browser/api/dns/dns_api.cc b/extensions/browser/api/dns/dns_api.cc
index cae9e6c2bd01c359ce6f6b05a0eb6212a09cbc01..eca953d9ffd85ab03550de458a0d25c1673e01c2 100644
--- a/extensions/browser/api/dns/dns_api.cc
+++ b/extensions/browser/api/dns/dns_api.cc
@@ -59,7 +59,7 @@ void DnsResolveFunction::WorkOnIOThread() {
int resolve_result = host_resolver->Resolve(
request_info, net::DEFAULT_PRIORITY, addresses_.get(),
base::Bind(&DnsResolveFunction::OnLookupFinished, this), &request_,
- net::BoundNetLog());
+ net::NetLogWithSource());
// Balanced in OnLookupFinished.
AddRef();

Powered by Google App Engine
This is Rietveld 408576698