chromium/services/network/public/mojom/network_types.mojom

// 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.

module network.mojom;

// This file is a collection of network types which rely on legacy IPC
// ParamTraits for serialization. All of these should eventually be converted to
// proper mojom definitions.

[Native]
enum ConnectionInfo;

[Native]
enum EffectiveConnectionType;

[Native]
enum CTPolicyCompliance;