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

Unified Diff: content/browser/download/mock_download_job.cc

Issue 2645133003: Introduce DownloadJob for DownloadItem refactoring. (Closed)
Patch Set: Conditionally call to delegate. Created 3 years, 11 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/mock_download_job.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/mock_download_job.cc
diff --git a/content/browser/download/mock_download_job.cc b/content/browser/download/mock_download_job.cc
new file mode 100644
index 0000000000000000000000000000000000000000..9108e61701cd4e17b2159a70648df4c7c768aae4
--- /dev/null
+++ b/content/browser/download/mock_download_job.cc
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/browser/download/mock_download_job.h"
+
+namespace content {
+
+MockDownloadJob::MockDownloadJob() = default;
+
+MockDownloadJob::~MockDownloadJob() = default;
+
+} // namespace content
« no previous file with comments | « content/browser/download/mock_download_job.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698