move DownloadInterruptReasons from content/ to components/download

https://chromium-review.googlesource.com/897967
This commit is contained in:
Aleksei Kuzmin 2018-04-10 18:08:50 +02:00 committed by Samuel Attard
parent 7fc8814d13
commit 160b165358
2 changed files with 5 additions and 5 deletions

View file

@ -437,7 +437,7 @@ void DownloadIdCallback(content::DownloadManager* download_manager,
last_modified, offset, length, std::string(),
download::DownloadItem::INTERRUPTED,
download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS,
content::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false, base::Time(),
download::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false, base::Time(),
false, std::vector<download::DownloadItem::ReceivedSlice>());
}