chromium/services/network/public/mojom/mutable_partial_network_traffic_annotation_tag.mojom

// Copyright 2017 The Chromium Authors
// 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::MutablePartialNetworkTrafficAnnotationTag. Please refer to
// '/docs/network_traffic_annotations.md' for more details.

module network.mojom;

struct MutablePartialNetworkTrafficAnnotationTag {
  uint32 unique_id_hash_code;
  uint32 completing_id_hash_code;
};