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

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

Issue 2806923002: Don't create parallel request if download is about to complete (Closed)
Patch Set: add UMA and finch Created 3 years, 8 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 | « no previous file | 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 e4da2f4d2d2f3584d67584610aad98635639909a..a7d706a9155af47e2b638b52ea6688eb3a17e199 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -174,6 +174,9 @@ enum class ParallelDownloadCreationEvent {
// The HTTP connection type does not meet the requirement.
FALLBACK_REASON_CONNECTION_TYPE,
+ // The remaining time does not meet the requirement.
+ FALLBACK_REASON_REMAINING_TIME,
+
// Last entry of the enum.
COUNT,
};
« no previous file with comments | « no previous file | content/browser/download/parallel_download_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698