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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.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
Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
index ba84098208a4846ecd539ea670a6fc7964712b8b..2ad335e3792c97fb3b5de23cd3aec19bcfec0f5f 100644
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
@@ -300,6 +300,7 @@ class LastDownloadFinderTest : public testing::Test {
base::GenerateGUID(), // GUID
false, // download_opened
now - base::TimeDelta::FromMinutes(5), // last_access_time
+ false, // transient
std::string(), // ext_id
std::string(), // ext_name
std::vector<history::DownloadSliceInfo>()); // download_slice_info

Powered by Google App Engine
This is Rietveld 408576698