chromium/net/proxy_resolution/proxy_resolve_dns_operation.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_PROXY_RESOLUTION_PROXY_RESOLVE_DNS_OPERATION_H_
#define NET_PROXY_RESOLUTION_PROXY_RESOLVE_DNS_OPERATION_H_

namespace net {

// TODO(mmenke): Remove this enum in favor of
// proxy_resolver.mojom.HostResolveOperation.
enum class ProxyResolveDnsOperation {};

}  // namespace net

#endif  // NET_PROXY_RESOLUTION_PROXY_RESOLVE_DNS_OPERATION_H_