• dalyk's avatar
    Reland "Configure the insecure and secure parts of the async resolver · 87f0282f
    dalyk authored
    separately."
    
    This reverts commit 467d1d9d.
    
    This change was reverted because of an issue with an earlier change
    that this change depended on. There did not appear to be any issues
    with this change; it just needs to be relanded.
    
    > Original change's description:
    > > Configure the insecure and secure parts of the async resolver
    > > separately.
    > >
    > > We can now set the secure dns mode to AUTOMATIC and turn the
    > > insecure part of the resolver off, which will result in the async
    > > resolver issuing DoH requests and falling back to the system resolver
    > > without attempting to send plaintext DNS requests itself.
    > >
    > > In a follow up cl, the secure dns mode part of the configuration
    > > will be read from prefs. For now, we continue to set the mode to
    > > AUTOMATIC if there are DoH servers specified and to OFF otherwise.
    > >
    > > Bug: 985589
    > > Change-Id: Ia40cbae1fdd57e19e925e125dcf1e82289220242
    > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1709928
    > > Commit-Queue: Katharine Daly <dalyk@google.com>
    > > Reviewed-by: Tom Sepez <tsepez@chromium.org>
    > > Reviewed-by: Eric Orth <ericorth@chromium.org>
    > > Cr-Commit-Position: refs/heads/master@{#680161}
    
    Bug: 985589
    Change-Id: I207101bb03b385d08628002c2b463018e189223a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717121Reviewed-by: default avatarEric Orth <ericorth@chromium.org>
    Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
    Commit-Queue: Katharine Daly <dalyk@google.com>
    Cr-Commit-Position: refs/heads/master@{#682305}
    87f0282f
system_network_context_manager.h 7.57 KB