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

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

Issue 2897743002: Limit parallel download to http GET requests. (Closed)
Patch Set: enum.xml. Created 3 years, 7 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
Index: content/browser/download/download_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index 8e0653de530de6dcb32357b9b89b40f1b45600f9..f7e7e196c312f107b9a717f083177ee3312b9163 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -188,6 +188,9 @@ enum class ParallelDownloadCreationEvent {
// The remaining time does not meet the requirement.
FALLBACK_REASON_REMAINING_TIME,
+ // The http method or url scheme does not meet the requirement.
+ FALLBACK_REASON_HTTP_METHOD,
+
// Last entry of the enum.
COUNT,
};
« no previous file with comments | « content/browser/download/download_request_core.cc ('k') | content/browser/download/parallel_download_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698