blob: 707c427ba8fb764aaa906240185b79a6601b9709 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/proxy_resolution/win/windows_system_proxy_resolution_request.h"
namespace net {
WindowsSystemProxyResolutionRequest::WindowsSystemProxyResolutionRequest() =
default;
WindowsSystemProxyResolutionRequest::~WindowsSystemProxyResolutionRequest() =
default;
LoadState WindowsSystemProxyResolutionRequest::GetLoadState() const {
return LOAD_STATE_IDLE;
}
} // namespace net