Chromium change: https://chromium.googlesource.com/chromium/src/+/9d383314fa8cbde76f36e5f9b138cd8a844f956c commit 9d383314fa8cbde76f36e5f9b138cd8a844f956c Author: Nicolas Arciniega <niarci@microsoft.com> Date: Tue Feb 18 23:36:41 2020 +0000 Refactor ConfiguredProxyResolutionService::Request This change moves out ConfiguredProxyResolutionService::Request into its own file and renames it to ProxyResolutionRequest. This will be necessary later on when we create a second version of the ConfiguredProxyResolutionService under a base ProxyResolutionService that relies completely on system APIs. In that second version, we will also want to track the status of a proxy resolution request. This change is intended to introduce zero functional changes. It is a pure refactor change. Bug: 1032820