| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index ecd3bdf698bc6555af9601112d9fb1aca8e18ecb..8e0653de530de6dcb32357b9b89b40f1b45600f9 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -287,6 +287,12 @@ void RecordParallelizableDownloadStats(
|
| base::TimeDelta time_without_parallel_streams,
|
| bool uses_parallel_requests);
|
|
|
| +// Records the average bandwidth, time, and file size for parallelizable
|
| +// download.
|
| +CONTENT_EXPORT void RecordParallelizableDownloadAverageStats(
|
| + int64_t bytes_downloaded,
|
| + const base::TimeDelta& time_span);
|
| +
|
| // Records the parallel download creation counts and the reasons why the
|
| // download falls back to non-parallel download.
|
| void RecordParallelDownloadCreationEvent(ParallelDownloadCreationEvent event);
|
|
|