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

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

Issue 2823273004: Add new UMA stats for parallelizable download (Closed)
Patch Set: fix test 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 | « content/browser/download/download_file.h ('k') | content/browser/download/download_file_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file_impl.h
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 664b713cc89e229e046b9cf3bc525d101658e22b..5376b338da819d60e7b51810109dfab759a2ca1c 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -55,7 +55,8 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
// DownloadFile functions.
void Initialize(const InitializeCallback& initialize_callback,
const CancelRequestCallback& cancel_request_callback,
- const DownloadItem::ReceivedSlices& received_slices) override;
+ const DownloadItem::ReceivedSlices& received_slices,
+ bool is_parallelizable) override;
void AddByteStream(std::unique_ptr<ByteStreamReader> stream_reader,
int64_t offset,
« no previous file with comments | « content/browser/download/download_file.h ('k') | content/browser/download/download_file_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698