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

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

Issue 2720613002: Downloads: Added transient flag to download item and download database (Closed)
Patch Set: fix tests Created 3 years, 9 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_manager_impl_unittest.cc ('k') | content/public/browser/download_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/mock_download_item_impl.cc
diff --git a/content/browser/download/mock_download_item_impl.cc b/content/browser/download/mock_download_item_impl.cc
index 3141051553d1de4558a8068464fcff85b0ec67d0..1ad51e7c70392a32113559c1a510570626da7158 100644
--- a/content/browser/download/mock_download_item_impl.cc
+++ b/content/browser/download/mock_download_item_impl.cc
@@ -33,6 +33,7 @@ MockDownloadItemImpl::MockDownloadItemImpl(
DOWNLOAD_INTERRUPT_REASON_NONE,
false,
base::Time(),
+ true,
received_slices,
net::NetLogWithSource()) {}
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/public/browser/download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698