Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: content/browser/download/download_stats.h

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r168573 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698