| 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 3cfa1ff3ab0efb085e811cbdb456613f358827a1..72ba804415d68300a832d05de35914811cc6fb18 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
|
| @@ -1172,6 +1172,7 @@ void DataReductionProxyCompressionStats::RecordDataUseByHost(
|
| int64_t data_used,
|
| int64_t original_size,
|
| const base::Time time) {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| if (current_data_usage_load_status_ != LOADED)
|
| return;
|
|
|
|
|