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
parent e1502f6953
commit b2bd9ffd70

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 {