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

Unified Diff: net/url_request/url_request_throttler_manager.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/url_request/url_request_throttler_manager.cc
diff --git a/net/url_request/url_request_throttler_manager.cc b/net/url_request/url_request_throttler_manager.cc
index 77a30b3d7b80c4fe5c9376b11d7268c3b76e0db5..12382671e56e9a952fc9ce1489336e86f1956515 100644
--- a/net/url_request/url_request_throttler_manager.cc
+++ b/net/url_request/url_request_throttler_manager.cc
@@ -122,7 +122,7 @@ bool URLRequestThrottlerManager::enable_thread_checks() const {
void URLRequestThrottlerManager::set_net_log(NetLog* net_log) {
DCHECK(net_log);
- net_log_ = BoundNetLog::Make(
+ net_log_ = NetLogWithSource::Make(
net_log, NetLogSourceType::EXPONENTIAL_BACKOFF_THROTTLING);
}

Powered by Google App Engine
This is Rietveld 408576698