mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
DownloadURLParameters: Remove NetworkIsolationKey parameter.
https://chromium-review.googlesource.com/c/chromium/src/+/2050987
This commit is contained in:
committed by
John Kleinschmidt
parent
f0292527bd
commit
9b4aae745e
@@ -623,7 +623,7 @@ void Session::DownloadURL(const GURL& url) {
|
||||
auto* download_manager =
|
||||
content::BrowserContext::GetDownloadManager(browser_context());
|
||||
auto download_params = std::make_unique<download::DownloadUrlParameters>(
|
||||
url, MISSING_TRAFFIC_ANNOTATION, net::NetworkIsolationKey());
|
||||
url, MISSING_TRAFFIC_ANNOTATION);
|
||||
download_manager->DownloadUrl(std::move(download_params));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user