blob: 7ed6853ad37e90ca962c80a76da7c7b846ad8035 [file] [log] [blame]
// 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::MutableNetworkTrafficAnnotationTag. Please refer to
// '/docs/network_traffic_annotations.md' for more details.
module network.mojom;
struct MutableNetworkTrafficAnnotationTag {
uint32 unique_id_hash_code;
};