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..6337af5b4b0d7bdac3371f8529b1a8861fddcbd1 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 times), time spent waiting in |
+ // certain queues, TCP, and SSL time. It does not include DNS lookup time. |
mmenke
2016/09/08 18:57:34
Maybe move this up with the "proxy_resolve" times
|
// 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 |