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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc

Issue 2705283003: Added last_access_time to DownloadItem and History DB (Closed)
Patch Set: rebase origin/master Created 3 years, 10 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 8804366f58ccb0697d486ab4611608a96e938bf6..3fb14fa997cd8dcbea1f50c7edc748671160ca5b 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
@@ -299,6 +299,7 @@ class LastDownloadFinderTest : public testing::Test {
download_id_++, // id
base::GenerateGUID(), // GUID
false, // download_opened
+ now - base::TimeDelta::FromMinutes(5), // last_access_time
std::string(), // ext_id
std::string(), // ext_name
std::vector<history::DownloadSliceInfo>()); // download_slice_info
« no previous file with comments | « chrome/browser/ntp_snippets/fake_download_item.cc ('k') | components/history/core/browser/download_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698