Mutable Partial Network Traffic Annotation Tag Mojo interface added.
Mojo interface added for MutablePartialNetworkTrafficAnnotationTag.
This interface is now required for
public_ip_address_geolocation_provider and will also be required for
all Mojo interfaces that pass a partial network traffic annotation tag.
Bug: 656607
Change-Id: I61dd345a0a60166413c2126c89098e9e1f031f43
Reviewed-on: https://chromium-review.googlesource.com/787250
Commit-Queue: Ramin Halavati <[email protected]>
Reviewed-by: Matt Menke <[email protected]>
Reviewed-by: Mike West <[email protected]>
Reviewed-by: Renjie Liu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#520484}
diff --git a/docs/network_traffic_annotations.md b/docs/network_traffic_annotations.md
index 3bdfcf2..fb4746a 100644
--- a/docs/network_traffic_annotations.md
+++ b/docs/network_traffic_annotations.md
@@ -419,4 +419,11 @@
this limitation. It is strongly suggested that mutable annotations would be used
only if there is no other way around it. Use cases are checked with the
`traffic_annotation_auditor` to ensure proper values for the mutable
-annotations.
\ No newline at end of file
+annotations.
+
+
+## Mojo Interfaces (Advanced)
+
+For serialization of network traffic annotation and partial network traffic
+annotation tags, you can use the mutable mojo interfaces defined in
+`/services/network/public/interfaces`.
\ No newline at end of file