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

Unified Diff: content/browser/resolve_proxy_msg_helper.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/resolve_proxy_msg_helper.cc
diff --git a/content/browser/resolve_proxy_msg_helper.cc b/content/browser/resolve_proxy_msg_helper.cc
index f2996d7b3c2f48a3702ac1bdf4a0110e6260d7d5..e1de9202f57cd0359ea58fa77fbf234fd16bfa02 100644
--- a/content/browser/resolve_proxy_msg_helper.cc
+++ b/content/browser/resolve_proxy_msg_helper.cc
@@ -94,7 +94,7 @@ void ResolveProxyMsgHelper::StartPendingRequest() {
req.url, std::string(), &proxy_info_,
base::Bind(&ResolveProxyMsgHelper::OnResolveProxyCompleted,
base::Unretained(this)),
- &req.pac_req, NULL, net::BoundNetLog());
+ &req.pac_req, NULL, net::NetLogWithSource());
// Completed synchronously.
if (result != net::ERR_IO_PENDING)

Powered by Google App Engine
This is Rietveld 408576698