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

Unified Diff: content/public/browser/download_manager.h

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: content/public/browser/download_manager.h
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
index 477963e445fdf10ae58d04f935d3c1482bdfc1e5..7fa38bd73fd01fb76a86683062d6f53c0abe6d1c 100644
--- a/content/public/browser/download_manager.h
+++ b/content/public/browser/download_manager.h
@@ -152,6 +152,7 @@ class CONTENT_EXPORT DownloadManager : public base::SupportsUserData::Data {
DownloadInterruptReason interrupt_reason,
bool opened,
base::Time last_access_time,
+ bool visible,
const std::vector<DownloadItem::ReceivedSlice>& received_slices) = 0;
// The number of in progress (including paused) downloads.

Powered by Google App Engine
This is Rietveld 408576698