
This CL removes the two base::FeatureParams named "DisabledProviders" that controlled DoH providers' eligibility for autoupgrade and visibility in the "Secure DNS" settings. Removed feature params: - kDnsOverHttpsUpgradeDisabledProvidersParam - kDnsOverHttpsDisabledProvidersParam Now, a given provider's eligibility for autoupgrade and settings visibility are both controlled by the same base::Feature attached to a DohProviderEntry. As it turns out, the old Finch experiment config was not capable of disambiguating the two feature params because they had the same name, so they were being controlled in lockstep anyway. This CL aligns new versions of Chrome with the behavior currently defined by the old config: - Launched providers are enabled by default. - Cox is disabled by default. - Quad9Secure is disabled by default. In the near future, we will enable Cox for the first time and restart the gradual rollout of Quad9Secure. Until we turn down the old Finch config in a few milestones (DnsOverHttps.gcl), we will need to mirror these experiment changes between the old and new Finch new configs. Bug: 1300296 Change-Id: I5e241842ac84d6ee7f54e55b0eb3aedbab351caa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3500973 Reviewed-by: Eric Orth <ericorth@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/main@{#979933}
Chromium
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.