| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| index af476b7d904da84bec6e825d15342f6d6665c7b4..3cff35f9c02af511ff516ba2624c772461a4e87b 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| @@ -83,9 +83,9 @@ class NetworkInformation final
|
| // network in use.
|
| WebEffectiveConnectionType effective_type_;
|
|
|
| - // Transport RTT estimate. Rounded off to the nearest 25 msec. Touched only on
|
| + // HTTP RTT estimate. Rounded off to the nearest 25 msec. Touched only on
|
| // context thread.
|
| - unsigned long transport_rtt_msec_;
|
| + unsigned long http_rtt_msec_;
|
|
|
| // Downlink throughput estimate. Rounded off to the nearest 25 kbps. Touched
|
| // only on context thread.
|
|
|