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

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

Issue 2598773002: [Downloads] Deprecate incorrect metrics. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « content/browser/download/download_request_core.cc ('k') | content/browser/download/download_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index 297d21a12d590e0092a1b39b400f61444e3b3766..ab6003c2f73540517276c8a81530ed0c1438c253 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -166,20 +166,10 @@ void RecordDownloadMimeType(const std::string& mime_type);
// Records usage of Content-Disposition header.
void RecordDownloadContentDisposition(const std::string& content_disposition);
-// Record WRITE_SIZE_COUNT and data_len.
-void RecordDownloadWriteSize(size_t data_len);
-
-// Record WRITE_LOOP_COUNT and number of loops.
-void RecordDownloadWriteLoopCount(int count);
-
// Record the number of buffers piled up by the IO thread
// before the file thread gets to draining them.
void RecordFileThreadReceiveBuffers(size_t num_buffers);
-// Record the bandwidth seen in DownloadResourceHandler
-// |actual_bandwidth| and |potential_bandwidth| are in bytes/second.
-void RecordBandwidth(double actual_bandwidth, double potential_bandwidth);
-
// Record the time of both the first open and all subsequent opens since the
// download completed.
void RecordOpen(const base::Time& end, bool first);
« no previous file with comments | « content/browser/download/download_request_core.cc ('k') | content/browser/download/download_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698