blob: a95db5c4d3921b3d70c5bf593153e0f322c63668 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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;