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

Unified Diff: net/docs/crash-course-in-net-internals.md

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/docs/crash-course-in-net-internals.md
diff --git a/net/docs/crash-course-in-net-internals.md b/net/docs/crash-course-in-net-internals.md
index fa2094c6bf96fd6673de2e341a898a9cdbafd036..529c7d2c2a792a484e184d3bb66934bc918101ab 100644
--- a/net/docs/crash-course-in-net-internals.md
+++ b/net/docs/crash-course-in-net-internals.md
@@ -34,7 +34,7 @@ covers), but it's good to be aware of this distinction.
The Event View shows events logged by the NetLog. The NetLog model is that
long-lived network stack objects, called sources, emit events over their
-lifetime. When looking at the code, a "BoundNetLog" object contains a source
+lifetime. When looking at the code, a "NetLogWithSource" object contains a source
ID, and a pointer to the NetLog the source emits events to. Some events have a
beginning and end point (during which other subevents may occur), and some only
occur at a single point in time. Generally only one event can be occuring for a

Powered by Google App Engine
This is Rietveld 408576698