chore: bump chromium to 78.0.3904.68 (7-0-x) (#20643)

* chore: bump chromium to 78.0.3904.68

* update chromium patches

* explicitly cancel redirects when the mode is 'error'
This commit is contained in:
Jeremy Apthorp
2019-10-23 10:53:11 -07:00
committed by John Kleinschmidt
parent e23030b69e
commit 5cb6ba2883
23 changed files with 108 additions and 107 deletions

View File

@@ -420,6 +420,7 @@ void URLRequestNS::OnRedirect(
switch (redirect_mode_) {
case network::mojom::RedirectMode::kError:
Cancel();
EmitError(
EventType::kRequest,
"Request cannot follow redirect with the current redirect mode");