Downloads: Added transient flag to download item and download database

https://codereview.chromium.org/2720613002
This commit is contained in:
Aleksei Kuzmin 2017-06-17 01:05:21 +03:00
parent bd971b6371
commit 6415f181ca

View file

@ -433,7 +433,7 @@ void DownloadIdCallback(content::DownloadManager* download_manager,
content::DownloadItem::INTERRUPTED, content::DownloadItem::INTERRUPTED,
content::DownloadDangerType::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS, content::DownloadDangerType::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS,
content::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false, content::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false,
base::Time() base::Time(), false,
std::vector<content::DownloadItem::ReceivedSlice>()); std::vector<content::DownloadItem::ReceivedSlice>());
} }