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

Unified Diff: net/base/load_timing_info.h

Issue 2326693002: Fix documentation on connect time in LoadTimingInfo (Closed)
Patch Set: rearrange comment 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_timing_info.h
diff --git a/net/base/load_timing_info.h b/net/base/load_timing_info.h
index b4654e5cb32457bad9083fd32cd3a17f2d702174..d397e07ea8c0f95ab0c09268b1edcb03d58f529b 100644
--- a/net/base/load_timing_info.h
+++ b/net/base/load_timing_info.h
@@ -77,8 +77,8 @@ struct NET_EXPORT LoadTimingInfo {
base::TimeTicks dns_end;
// The time spent establishing the connection. Connect time includes proxy
- // connect times (Though not proxy_resolve times), DNS lookup times, time
- // spent waiting in certain queues, TCP, and SSL time.
+ // connect times (though not proxy_resolve or DNS lookup times), time spent
+ // waiting in certain queues, TCP, and SSL time.
// TODO(mmenke): For proxies, this includes time spent blocking on higher
// level socket pools. Fix this.
// TODO(mmenke): Retried connections to the same server should apparently
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698