| 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
|
|
|