| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| index 60c00200f0df5b58c87037b7969489700ab65124..780e9d2884ef009d2d7b3bb02a3090f1a2826be9 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h
|
| @@ -22,7 +22,6 @@
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h"
|
| #include "components/data_reduction_proxy/core/browser/db_data_owner.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h"
|
| -#include "components/data_reduction_proxy/core/common/data_savings_recorder.h"
|
| #include "components/prefs/pref_member.h"
|
|
|
| class PrefService;
|
| @@ -62,13 +61,6 @@ class DataReductionProxyCompressionStats {
|
| const base::TimeDelta& delay);
|
| ~DataReductionProxyCompressionStats();
|
|
|
| - // Records detailed data usage broken down by connection type and domain.
|
| - // Assumes that the |data_used| has been recoreded by previous calls to
|
| - // UpdateContentLengths.
|
| - void UpdateDataSavings(const std::string& data_usage_host,
|
| - int64_t data_used,
|
| - int64_t original_size);
|
| -
|
| // Records detailed data usage broken down by connection type and domain. Also
|
| // records daily data savings statistics to prefs and reports data savings
|
| // UMA. |compressed_size| and |original_size| are measured in bytes.
|
|
|