| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index 6bd701911ee1efad103ebf7362e6339a027e40e7..a50a6d7c78d36012c8a76355a750f2744c70e858 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -489,8 +489,12 @@ class NET_EXPORT NetworkQualityEstimator
|
| // Virtualized for testing.
|
| virtual nqe::internal::NetworkID GetCurrentNetworkID() const;
|
|
|
| + // Notifies RTT observers of |observation|. May also trigger recomputation
|
| + // of effective connection type.
|
| void NotifyObserversOfRTT(const RttObservation& observation);
|
|
|
| + // Notifies throughput observers of |observation|. May also trigger
|
| + // recomputation of effective connection type.
|
| void NotifyObserversOfThroughput(const ThroughputObservation& observation);
|
|
|
| // Returns true only if the |request| can be used for RTT estimation.
|
|
|