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

Unified Diff: components/download/internal/test/test_download_driver.cc

Issue 2860593003: Refactoring DownloadManager::DownloadURL to add proper annotation. (Closed)
Patch Set: Comment addressed. 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: components/download/internal/test/test_download_driver.cc
diff --git a/components/download/internal/test/test_download_driver.cc b/components/download/internal/test/test_download_driver.cc
index 3f67629650da8c0b181b005376b469221aa51472..beffa6a69d443740ec83c369fb1846d12980e7f5 100644
--- a/components/download/internal/test/test_download_driver.cc
+++ b/components/download/internal/test/test_download_driver.cc
@@ -54,7 +54,9 @@ bool TestDownloadDriver::IsReady() const {
return is_ready_;
}
-void TestDownloadDriver::Start(const DownloadParams& params) {
+void TestDownloadDriver::Start(
+ const DownloadParams& params,
+ const net::NetworkTrafficAnnotationTag& traffic_annotation) {
DriverEntry entry;
entry.guid = params.guid;
entry.state = DriverEntry::State::IN_PROGRESS;
« no previous file with comments | « components/download/internal/test/test_download_driver.h ('k') | content/browser/background_fetch/background_fetch_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698