| Index: content/browser/download/download_stats.h | 
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h | 
| index 492a20092bdee52b54d5b54686f473a61bcabc35..d5c0f78a60fa5842cb337b2b18f3329fa3b60e9d 100644 | 
| --- a/content/browser/download/download_stats.h | 
| +++ b/content/browser/download/download_stats.h | 
| @@ -128,10 +128,6 @@ void RecordBandwidth(double actual_bandwidth, double potential_bandwidth); | 
| // download completed. | 
| void RecordOpen(const base::Time& end, bool first); | 
|  | 
| -// Record the number of items that are in the history at the time that a | 
| -// new download is added to the history. | 
| -void RecordHistorySize(int size); | 
| - | 
| // Record whether or not the server accepts ranges, and the download size. | 
| void RecordAcceptsRanges(const std::string& accepts_ranges, int64 download_len); | 
|  | 
|  |