// services/proxy_resolver/public/mojom/proxy_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_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace proxy_resolver::mojom {
namespace messages {


enum class HostResolverRequestClient : uint32_t {
  kReportResult = 0,
};
enum class ProxyResolver : uint32_t {
  kGetProxyForUrl = 0,
};
enum class ProxyResolverRequestClient : uint32_t {
  kReportResult = 0,
  kAlert = 1,
  kOnError = 2,
  kResolveDns = 3,
};
enum class ProxyResolverFactory : uint32_t {
  kCreateResolver = 0,
};
enum class ProxyResolverFactoryRequestClient : uint32_t {
  kReportResult = 0,
  kAlert = 1,
  kOnError = 2,
  kResolveDns = 3,
};

}  // namespace messages

}  // proxy_resolver::mojom

#endif  // SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_SHARED_MESSAGE_IDS_H_