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

Unified Diff: net/http/http_cache.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: net/http/http_cache.cc
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
index 31f4d2a5c87a9c36611770d65d0187aa5727d8e9..d417a4a9e027c688f95ffc3e03300d29c9bbc7be 100644
--- a/net/http/http_cache.cc
+++ b/net/http/http_cache.cc
@@ -240,7 +240,7 @@ void HttpCache::MetadataWriter::Write(const GURL& url,
int rv = transaction_->Start(
&request_info_,
base::Bind(&MetadataWriter::OnIOComplete, base::Unretained(this)),
- BoundNetLog());
+ NetLogWithSource());
if (rv != ERR_IO_PENDING)
VerifyResponse(rv);
}

Powered by Google App Engine
This is Rietveld 408576698