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

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

Issue 2823273004: Add new UMA stats for parallelizable download (Closed)
Patch Set: 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
Index: content/browser/download/download_job.h
diff --git a/content/browser/download/download_job.h b/content/browser/download/download_job.h
index d4db0ece9889c4b710066fa2b0b20231f55cc4fa..4e72fb8b57fee7b30cdc8027f113004873fd1b20 100644
--- a/content/browser/download/download_job.h
+++ b/content/browser/download/download_job.h
@@ -42,6 +42,7 @@ class CONTENT_EXPORT DownloadJob {
// Returns whether the download uses parallel requests.
virtual bool UsesParallelRequests() const;
+ virtual bool IsParallelizable() const;
xingliu 2017/04/19 02:18:11 nit: Can we add a comment here.
qinmin 2017/04/19 22:42:33 Done.
protected:
void StartDownload() const;

Powered by Google App Engine
This is Rietveld 408576698