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

Unified Diff: content/browser/download/download_manager_impl.h

Issue 2705283003: Added last_access_time to DownloadItem and History DB (Closed)
Patch Set: rebase + Java accessor 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: content/browser/download/download_manager_impl.h
diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
index edf17777986c5213f1841df60c4f376359f701ba..ebed29adcf5ec3b97ea1b870d420780e769489ff 100644
--- a/content/browser/download/download_manager_impl.h
+++ b/content/browser/download/download_manager_impl.h
@@ -104,6 +104,7 @@ class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager,
DownloadDangerType danger_type,
DownloadInterruptReason interrupt_reason,
bool opened,
+ const base::Time& last_access_time,
const std::vector<DownloadItem::ReceivedSlice>& received_slices) override;
int InProgressCount() const override;
int NonMaliciousInProgressCount() const override;

Powered by Google App Engine
This is Rietveld 408576698