commit | 607b6d8eb81063879390f31ffde438fc0bc49324 | [log] [tgz] |
---|---|---|
author | Eric Orth <ericorth@chromium.org> | Wed May 08 16:43:32 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 08 16:43:32 2019 |
tree | 17e474c53fd72ca87ec758918d9e9333a424d586 | |
parent | 70cf1d089b36620157b0dfaaddb6603e7b91c5bf [diff] |
Cleanup NoIPv6OnWifi for per-context resolvers As a manager-wide property, removed enitrely from ContextHostResolver. Because HostResolverManager::Set... was only ever set at manager- creation time, replaced it with a new option in ManagerOptions. Because HostResolverManager::Get... was only ever used in tests, replaced it with a for_testing getter. Took the opportunity to replace "no_ipv6_on_wifi" with "check_ipv6_on_wifi" as I believe it's slightly more descriptive and makes slightly more sense as a positive setting instead of a negative. Bug: 934402 Change-Id: I20bfd822db886fbddded9319e1d291c300fe1489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582612 Reviewed-by: Paul Jensen <pauljensen@chromium.org> Reviewed-by: Asanka Herath <asanka@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#657741}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .