| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index e9798fbf4298626027fec7d29f897fc978788298..bcf6c135069d7e46314451a467697455235bf183 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -341,6 +341,10 @@ class NET_EXPORT NetworkQualityEstimator
|
| const std::map<nqe::internal::NetworkID,
|
| nqe::internal::CachedNetworkQuality> read_prefs);
|
|
|
| + // Returns the current transport RTT estimate. If the estimate is unavailable,
|
| + // the returned optional has no value.
|
| + base::Optional<base::TimeDelta> GetTransportRTT() const;
|
| +
|
| protected:
|
| // A protected constructor for testing that allows setting the value of
|
| // |add_default_platform_observations_|.
|
|
|