| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index d11b4841628cec93f6b83ffb75f15e6cd50f8035..73c9777820e7e5af97bdd90eed52d4638712632f 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -385,6 +385,10 @@ class NET_EXPORT_PRIVATE NetworkQualityEstimator
|
| // Records UMA when there is a change in connection type.
|
| void RecordMetricsOnConnectionTypeChanged() const;
|
|
|
| + // Records UMA on whether the network ID was available or not. Called right
|
| + // after a network change event.
|
| + void RecordNetworkIDAvailability() const;
|
| +
|
| // Records UMA on main frame requests.
|
| void RecordMetricsOnMainFrameRequest() const;
|
|
|
|
|