// services/network/public/mojom/host_resolver.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef SERVICES_NETWORK_PUBLIC_MOJOM_HOST_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_NETWORK_PUBLIC_MOJOM_HOST_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace network::mojom {
namespace messages {


enum class ResolveHostHandle : uint32_t {
  kCancel = 0,
};
enum class ResolveHostClient : uint32_t {
  kOnComplete = 0,
  kOnTextResults = 1,
  kOnHostnameResults = 2,
};
enum class MdnsListenClient : uint32_t {
  kOnAddressResult = 0,
  kOnTextResult = 1,
  kOnHostnameResult = 2,
  kOnUnhandledResult = 3,
};
enum class HostResolver : uint32_t {
  kResolveHost = 0,
  kMdnsListen = 1,
};
enum class DnsConfigChangeManagerClient : uint32_t {
  kOnDnsConfigChanged = 0,
};
enum class DnsConfigChangeManager : uint32_t {
  kRequestNotifications = 0,
};

}  // namespace messages

}  // network::mojom

#endif  // SERVICES_NETWORK_PUBLIC_MOJOM_HOST_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_