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

Unified Diff: extensions/browser/extension_throttle_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: extensions/browser/extension_throttle_manager.cc
diff --git a/extensions/browser/extension_throttle_manager.cc b/extensions/browser/extension_throttle_manager.cc
index 22a7de680a9f20f9ea5711976d5c083e7064d762..c33d0207656fde29000231744f6ecf4a2cb2d517 100644
--- a/extensions/browser/extension_throttle_manager.cc
+++ b/extensions/browser/extension_throttle_manager.cc
@@ -158,7 +158,7 @@ bool ExtensionThrottleManager::enable_thread_checks() const {
void ExtensionThrottleManager::set_net_log(net::NetLog* net_log) {
DCHECK(net_log);
- net_log_ = net::BoundNetLog::Make(
+ net_log_ = net::NetLogWithSource::Make(
net_log, net::NetLogSourceType::EXPONENTIAL_BACKOFF_THROTTLING);
}

Powered by Google App Engine
This is Rietveld 408576698