| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| index 651d1778bdd4c84a604eff9fd8ed1f3f9beba53e..bbfef499026a3c0eac67df9e67be698c156dd30a 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| @@ -370,12 +370,14 @@ void DataReductionProxyCompressionStats::Init() {
|
| &DataReductionProxyCompressionStats::OnDataUsageReportingPrefChanged,
|
| weak_factory_.GetWeakPtr()));
|
|
|
| +#if defined(OS_ANDROID)
|
| if (!base::FeatureList::IsEnabled(features::kDataReductionSiteBreakdown)) {
|
| // If the user is moved out of the experiment make sure that data usage
|
| // reporting is not enabled and the map is cleared.
|
| SetDataUsageReportingEnabled(false);
|
| DeleteHistoricalDataUsage();
|
| }
|
| +#endif
|
|
|
| if (data_usage_reporting_enabled_.GetValue()) {
|
| current_data_usage_load_status_ = LOADING;
|
|
|