Files
brave-core/chromium_src/net/proxy_resolution
mkarolin 22688b4082 ProxyResolutionService -> ConfiguredProxyResolutionService.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/d2013f9668d0587b1042572dadc6bd2e772d3248

commit d2013f9668d0587b1042572dadc6bd2e772d3248
Author: Nicolas Arciniega <niarci@microsoft.com>
Date:   Fri Feb 7 23:00:56 2020 +0000

    Rename ProxyResolutionService to ConfiguredProxyResolutionService

    This change is the first step in creating a proxy resolver that
    completely relies on the underlying system to figure out a proxy. The
    ProxyResolutionService is currently deeply tied to the notion of first
    fetching proxy configurations (ex: a PAC URL) and then using those
    configurations to resolve a proxy. Since a proxy resolver that truly
    defers to the underlying operating system for all proxy logic does not
    follow this model, it is helpful if we separate the generic
    ProxyResolutionService from the notion of configurations.

    This change renames the existing ProxyResolutionService, which relies
    on fetching proxy configurations, to ConfiguredProxyResolutionService.
    The only other changes to this file are suggestions from presubmit and
    Tricium.

    A set of future CLs will break up the ConfiguredProxyResolutionService
    into the logical pieces needed to create a new, generic
    ProxyResolutionService that does not necessarily depend on configs.

    This change is intended to introduce zero functional changes. It is a
    pure refactor change.

    Bug: 1032820
2020-05-26 09:52:27 -04:00
..