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

Unified Diff: content/browser/download/mock_download_file.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_stats.cc ('k') | content/browser/download/mock_download_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/mock_download_file.h
diff --git a/content/browser/download/mock_download_file.h b/content/browser/download/mock_download_file.h
index 738eee6e4b06c978f2721b757cbc574ba1ce4be8..e95b1bb21d4ca8366740c15d5c9e09d065a19952 100644
--- a/content/browser/download/mock_download_file.h
+++ b/content/browser/download/mock_download_file.h
@@ -28,10 +28,11 @@ class MockDownloadFile : public DownloadFile {
virtual ~MockDownloadFile();
// DownloadFile functions.
- MOCK_METHOD3(Initialize,
+ MOCK_METHOD4(Initialize,
void(const InitializeCallback&,
const CancelRequestCallback&,
- const DownloadItem::ReceivedSlices& received_slices));
+ const DownloadItem::ReceivedSlices& received_slices,
+ bool is_parallelizable));
void AddByteStream(std::unique_ptr<ByteStreamReader> stream_reader,
int64_t offset,
int64_t length) override;
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | content/browser/download/mock_download_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698