Downloads: Added transient flag to download item and download database
https://codereview.chromium.org/2720613002
This commit is contained in:
parent
bd971b6371
commit
6415f181ca
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ void DownloadIdCallback(content::DownloadManager* download_manager,
|
|||
content::DownloadItem::INTERRUPTED,
|
||||
content::DownloadDangerType::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS,
|
||||
content::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false,
|
||||
base::Time()
|
||||
base::Time(), false,
|
||||
std::vector<content::DownloadItem::ReceivedSlice>());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue