| // 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; | |
| }; |