| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| index b4eff3b7585d938bada691f35451011a36351fce..47df20c6b61f82e84e51515234c464c5b5c36d81 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| @@ -69,11 +69,12 @@ class DataReductionProxyService
|
| // final step in initialization.
|
| bool Initialized() const;
|
|
|
| - // Constructs compression stats. This should not be called if a valid
|
| - // compression stats is passed into the constructor.
|
| + // Constructs compression stats with a dummy store. This should not be called
|
| + // if a valid compression stats is passed into the constructor.
|
| void EnableCompressionStatisticsLogging(
|
| PrefService* prefs,
|
| - scoped_refptr<base::SequencedTaskRunner> ui_task_runner,
|
| + scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
| + scoped_refptr<base::SingleThreadTaskRunner> db_task_runner,
|
| const base::TimeDelta& commit_delay);
|
|
|
| // Records daily data savings statistics in |compression_stats_|.
|
|
|