blob: 34ab3a379ed6b6f99a675433b3553d3ba07f77b2 [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.
// This interface defines the required structure to serialize a
// net::MutableNetworkTrafficAnnotationTag. Please refer to
// '/docs/network_traffic_annotations.md' for more details.
module network.mojom;
struct MutableNetworkTrafficAnnotationTag {
uint32 unique_id_hash_code;
};