commit | 89be27ec96b535557f5783aa801e1eb338c6ef50 | [log] [tgz] |
---|---|---|
author | Stefano Duo <stefanoduo@google.com> | Thu Mar 17 10:40:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 17 10:40:18 2022 |
tree | 71cbad09ebeb76f46359ae7d7e756baa213bfe41 | |
parent | e247f11ad4067ee037ded914525cff2468f0e1cb [diff] |
Cronet: ignore HostResolver configs for network bound contexts When building a network bound URLRequestContext ignore Cronet's host resolver configs. To do that, we can simply unset everything that is related to host resolver configs that might have been set by the shared code handling the initial configuration. Bug: 1284972 Change-Id: Id0ee1dddb88e42aae9ea0e181e2c8fe3b5370cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3512622 Reviewed-by: Richard Coles <torne@chromium.org> Commit-Queue: Stefano Duo <stefanoduo@google.com> Cr-Commit-Position: refs/heads/main@{#982124}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.