// services/network/public/mojom/network_service.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_NETWORK_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_NETWORK_PUBLIC_MOJOM_NETWORK_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace network::mojom {
namespace messages {


enum class NetworkService : uint32_t {
  kSetParams = 0,
  kStartNetLog = 1,
  kAttachNetLogProxy = 2,
  kSetSSLKeyLogFile = 3,
  kCreateNetworkContext = 4,
  kConfigureStubHostResolver = 5,
  kDisableQuic = 6,
  kSetUpHttpAuth = 7,
  kConfigureHttpAuthPrefs = 8,
  kSetRawHeadersAccess = 9,
  kSetMaxConnectionsPerProxyChain = 10,
  kGetNetworkChangeManager = 11,
  kGetNetworkQualityEstimatorManager = 12,
  kGetDnsConfigChangeManager = 13,
  kGetNetworkList = 14,
  kOnTrustStoreChanged = 15,
  kOnClientCertStoreChanged = 16,
  kOnPeerToPeerConnectionsCountChange = 17,
  kOnApplicationStateChange = 18,
  kSetTrustTokenKeyCommitments = 19,
  kClearSCTAuditingCache = 20,
  kConfigureSCTAuditing = 21,
  kUpdateCtLogList = 22,
  kUpdateCtKnownPopularSCTs = 23,
  kSetCtEnforcementEnabled = 24,
  kUpdateKeyPinsList = 25,
  kDumpWithoutCrashing = 26,
  kBindTestInterfaceForTesting = 27,
  kSetFirstPartySets = 28,
  kSetExplicitlyAllowedPorts = 29,
  kParseHeaders = 30,
  kEnableDataUseUpdates = 31,
  kSetIPv6ReachabilityOverride = 32,
  kSetNetworkAnnotationMonitor = 33,
  kInterceptUrlLoaderForBodyDecoding = 34,
  kDecodeContentEncoding = 35,
  kSetTLS13EarlyDataEnabled = 36,
  kAddDurableMessageCollector = 37,
  kBindNetworkContextCreator = 38,
};
enum class NetworkContextCreator : uint32_t {
  kCreateNetworkContext = 0,
};
enum class DurableMessageCollector : uint32_t {
  kConfigure = 0,
  kEnableForProfile = 1,
  kDisableForProfile = 2,
  kRetrieve = 3,
};

}  // namespace messages

}  // network::mojom

#endif  // SERVICES_NETWORK_PUBLIC_MOJOM_NETWORK_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_