chore: bump chromium to 144.0.7522.0 (main) (#48892)

* chore: bump chromium in DEPS to 144.0.7522.0

* 7131867: Remove GenericScopedHandle::IsValid in favor of is_valid

https://chromium-review.googlesource.com/c/chromium/src/+/7131867

* 7078879: [video pip] Remove old controls

https://chromium-review.googlesource.com/c/chromium/src/+/7078879

* chore: fixup patch indices

* 7128138: Add a pref to enable Secure DNS 'automatic mode with DoH fallback'.

https://chromium-review.googlesource.com/c/chromium/src/+/7128138

* chore: fixup indices

* fix: pip patch

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
electron-roller[bot]
2025-11-13 09:49:51 +01:00
committed by GitHub
parent 92a910d15c
commit 10b07deb97
19 changed files with 122 additions and 125 deletions

View File

@@ -1789,7 +1789,8 @@ void ConfigureHostResolver(v8::Isolate* isolate,
// NetworkContext is created, but before anything has the chance to use it.
content::GetNetworkService()->ConfigureStubHostResolver(
enable_built_in_resolver, enable_happy_eyeballs_v3, secure_dns_mode,
doh_config, additional_dns_query_types_enabled);
doh_config, additional_dns_query_types_enabled,
{} /*fallback_doh_nameservers*/);
}
// static