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:
parent
e1502f6953
commit
b2bd9ffd70
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ bool DownloadItem::IsPaused() const {
|
|||
}
|
||||
|
||||
void DownloadItem::Resume() {
|
||||
download_item_->Resume();
|
||||
download_item_->Resume(true /* user_gesture */);
|
||||
}
|
||||
|
||||
bool DownloadItem::CanResume() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue