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

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

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.h
diff --git a/components/download/internal/test/test_download_driver.h b/components/download/internal/test/test_download_driver.h
index 010777aa6f94936a1286e244fd49ad52d8cfe216..5e540f65eda92c66b81022fe1dd83ea22729d840 100644
--- a/components/download/internal/test/test_download_driver.h
+++ b/components/download/internal/test/test_download_driver.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "components/download/internal/download_driver.h"
+#include "net/traffic_annotation/network_traffic_annotation.h"
namespace download {
namespace test {
@@ -33,7 +34,9 @@ class TestDownloadDriver : public DownloadDriver {
// DownloadDriver implementation.
void Initialize(DownloadDriver::Client* client) override;
bool IsReady() const override;
- void Start(const DownloadParams& params) override;
+ void Start(
+ const DownloadParams& params,
+ const net::NetworkTrafficAnnotationTag& traffic_annotation) override;
void Cancel(const std::string& guid) override;
void Pause(const std::string& guid) override;
void Resume(const std::string& guid) override;
« no previous file with comments | « components/download/internal/download_driver.h ('k') | components/download/internal/test/test_download_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698