Chromium Code Reviews| Index: net/base/load_timing_info.h |
| diff --git a/net/base/load_timing_info.h b/net/base/load_timing_info.h |
| index b4acd58b255e5c77f94415a957bb7e3d64ef838e..6f817994bd9882f8777dbc054167cd20abafc7af 100644 |
| --- a/net/base/load_timing_info.h |
| +++ b/net/base/load_timing_info.h |
| @@ -40,8 +40,8 @@ namespace net { |
| // Times represent when a request starts/stops blocking on an event, not the |
| // time the events actually occurred. In particular, in the case of preconnects |
| // and socket reuse, no time may be spent blocking on establishing a connection. |
| -// In the case of SPDY and HTTP pipelining, PAC scripts are only run once for |
| -// each shared session, so no time may be spent blocking on them. |
| +// In the case of SPD, PAC scripts are only run once for each shared session, so |
|
willchan no longer on Chromium
2014/05/23 20:31:21
You got overzealous in deleting the 'Y' :)
mmenke
2014/05/23 20:36:37
Done.
|
| +// no time may be spent blocking on them. |
| // |
| // DNS and SSL times are both times for the host, not the proxy, so DNS times |
| // when using proxies are null, and only requests to HTTPS hosts (Not proxies) |