Skip to content

Commit

Permalink
2920890: Load reroute_info from download in-progress and history db b…
Browse files Browse the repository at this point in the history
  • Loading branch information
ckerr authored and deepak1556 committed Aug 17, 2021
1 parent a09154d commit 66a3797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/api/electron_api_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ void DownloadIdCallback(content::DownloadManager* download_manager,
download::DownloadItem::INTERRUPTED,
download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS,
download::DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT, false, base::Time(),
false, std::vector<download::DownloadItem::ReceivedSlice>());
false, std::vector<download::DownloadItem::ReceivedSlice>(),
download::DownloadItemRerouteInfo());
}

#if BUILDFLAG(ENABLE_BUILTIN_SPELLCHECKER)
Expand Down

0 comments on commit 66a3797

Please sign in to comment.