| Index: components/metrics/net/network_metrics_provider.cc
|
| diff --git a/components/metrics/net/network_metrics_provider.cc b/components/metrics/net/network_metrics_provider.cc
|
| index d392bf819a8ec04353edae6f6adcf172a6881344..bf565300894856d220d55606db1af8d7d2421d22 100644
|
| --- a/components/metrics/net/network_metrics_provider.cc
|
| +++ b/components/metrics/net/network_metrics_provider.cc
|
| @@ -225,6 +225,7 @@ void NetworkMetricsProvider::OnConnectionTypeChanged(
|
| if (type != connection_type_ &&
|
| connection_type_ != net::NetworkChangeNotifier::CONNECTION_NONE) {
|
| connection_type_is_ambiguous_ = true;
|
| + effective_connection_type_is_ambiguous_ = true;
|
| }
|
| connection_type_ = type;
|
|
|
|
|