| Index: webkit/glue/resource_loader_bridge.h
|
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
|
| index 7d85bd3e52ea692c501f89572ce7ece8eb15b7e1..e4d439f08aa178e9ad3dd0e691ecdd2d933d6791 100644
|
| --- a/webkit/glue/resource_loader_bridge.h
|
| +++ b/webkit/glue/resource_loader_bridge.h
|
| @@ -117,12 +117,12 @@ class ResourceLoaderBridge {
|
| // The time that DNS lookup ended. For reused sockets this time is -1.
|
| int32 dns_end;
|
|
|
| - // The time that establishing connection started. For reused sockets
|
| - // this time is -1. Connect time includes dns time.
|
| + // The time that establishing connection started. Connect time includes
|
| + // DNS, blocking, TCP, TCP retries and SSL time.
|
| int32 connect_start;
|
|
|
| - // The time that establishing connection ended. For reused sockets this
|
| - // time is -1. Connect time includes dns time.
|
| + // The time that establishing connection ended. Connect time includes
|
| + // DNS, blocking, TCP, TCP retries and SSL time.
|
| int32 connect_end;
|
|
|
| // The time at which SSL handshake started. For non-HTTPS requests this
|
|
|