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

Unified Diff: extensions/browser/extension_throttle_manager.h

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.h
diff --git a/extensions/browser/extension_throttle_manager.h b/extensions/browser/extension_throttle_manager.h
index 14c37baf4c012f50dd1627afe7edd0b920656700..f7fbbc74c443589ac69ca019213f4a059f86c85c 100644
--- a/extensions/browser/extension_throttle_manager.h
+++ b/extensions/browser/extension_throttle_manager.h
@@ -24,7 +24,7 @@ class ResourceThrottle;
}
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class NetLog;
}
@@ -168,7 +168,7 @@ class ExtensionThrottleManager
bool logged_for_localhost_disabled_;
// net::NetLog to use, if configured.
- net::BoundNetLog net_log_;
+ net::NetLogWithSource net_log_;
// Valid once we've registered for network notifications.
base::PlatformThreadId registered_from_thread_;

Powered by Google App Engine
This is Rietveld 408576698