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

Unified Diff: chromeos/dbus/services/proxy_resolution_service_provider.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: chromeos/dbus/services/proxy_resolution_service_provider.cc
diff --git a/chromeos/dbus/services/proxy_resolution_service_provider.cc b/chromeos/dbus/services/proxy_resolution_service_provider.cc
index 863313a7ee3302946fe96d5c38853fcfeee034c9..248182018405cc065aeada9653daba3260382d0f 100644
--- a/chromeos/dbus/services/proxy_resolution_service_provider.cc
+++ b/chromeos/dbus/services/proxy_resolution_service_provider.cc
@@ -134,7 +134,7 @@ class ProxyResolverImpl : public ProxyResolverInterface {
origin_thread);
const int result = proxy_service->ResolveProxy(
GURL(request->source_url_), std::string(), &request->proxy_info_,
- completion_callback, NULL, NULL, net::BoundNetLog());
+ completion_callback, NULL, NULL, net::NetLogWithSource());
if (result != net::ERR_IO_PENDING) {
VLOG(1) << "Network proxy resolution completed synchronously.";
completion_callback.Run(result);

Powered by Google App Engine
This is Rietveld 408576698