Downloads : Adding metered network info and retry count to download item

https://chromium-review.googlesource.com/c/chromium/src/+/1352628
This commit is contained in:
deepak1556
2019-01-22 02:12:36 +05:30
committed by Samuel Attard
parent 302372f4b4
commit 4d2815e56b

View File

@@ -103,7 +103,7 @@ bool DownloadItem::IsPaused() const {
}
void DownloadItem::Resume() {
download_item_->Resume();
download_item_->Resume(true /* user_gesture */);
}
bool DownloadItem::CanResume() const {