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

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

Issue 2762943003: Add a new UMA enum to record how many download uses parallel requests (Closed)
Patch Set: rebase again Created 3 years, 9 months 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_job.cc ('k') | content/browser/download/parallel_download_job.h » ('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 bc21bc3bc77bdc144b202db5be29e243d0fce782..0ecbf0cc6a6b2fef3e23d95198bcd6853842bd43 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -91,6 +91,9 @@ enum DownloadCountTypes {
// candidates for partial resumption.
STRONG_VALIDATOR_AND_ACCEPTS_RANGES,
+ // Count of downloads that uses parallel download requests.
+ USES_PARALLEL_REQUESTS,
+
DOWNLOAD_COUNT_TYPES_LAST_ENTRY
};
« no previous file with comments | « content/browser/download/download_job.cc ('k') | content/browser/download/parallel_download_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698