Index: content/browser/download/download_stats.h |
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h |
index c2c42175d3b1236062d97bc6e8528c4d37b004ce..32c762f9f8d5b25deebd65209c48c44a47c911d1 100644 |
--- a/content/browser/download/download_stats.h |
+++ b/content/browser/download/download_stats.h |
@@ -124,10 +124,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); |