| 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 3dfcf86612a6573dac033676c81e367519035995..236501fc82f839ae4ad6739a86469eb85ff78558 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 | 
| @@ -93,6 +93,13 @@ class DataReductionProxyCompressionStats { | 
| // Clears all data saving statistics. | 
| void ClearDataSavingStatistics(); | 
|  | 
| +  // Returns the total size of all HTTP content received from the network. | 
| +  int64_t GetHttpReceivedContentLength(); | 
| + | 
| +  // Returns the value the total original size of all HTTP content received from | 
| +  // the network. | 
| +  int64_t GetHttpOriginalContentLength(); | 
| + | 
| // Returns a list of all the daily content lengths. | 
| ContentLengthList GetDailyContentLengths(const char* pref_name); | 
|  | 
|  |