blob: d2175bd2f5c5aa4205bb526e5951bb121cb927a9 [file] [log] [blame]
// Copyright 2017 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;
// Mirror of net::AddressFamily.
enum AddressFamily {
UNSPECIFIED,
IPV4,
IPV6,
};