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

Unified Diff: net/url_request/url_request_throttler_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: net/url_request/url_request_throttler_manager.h
diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h
index 855ef931d9b46fa87c0d1a212a1e9f80dc25df58..12fb9eecc14028944022a9bf5aeca210c95764e6 100644
--- a/net/url_request/url_request_throttler_manager.h
+++ b/net/url_request/url_request_throttler_manager.h
@@ -20,7 +20,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class NetLog;
// Class that registers URL request throttler entries for URLs being accessed
@@ -141,7 +141,7 @@ class NET_EXPORT URLRequestThrottlerManager
bool logged_for_localhost_disabled_;
// NetLog to use, if configured.
- BoundNetLog net_log_;
+ 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