Project import generated by Copybara.
GitOrigin-RevId: 08d828896b16a4c4d286c1c6de4f1153ea8d8ea7
Change-Id: I60997db54d56105556263edb23c520abe7db2789
diff --git a/protos/third_party/chromium/chrome_track_event.proto b/protos/third_party/chromium/chrome_track_event.proto
index b7e8664..942aa06 100644
--- a/protos/third_party/chromium/chrome_track_event.proto
+++ b/protos/third_party/chromium/chrome_track_event.proto
@@ -512,6 +512,9 @@
// The ID of the BrowsingInstance that the BrowsingContextState belongs to.
optional int32 browsing_instance_id = 1;
+ // The ID of the CoopRelatedGroup that the BrowsingContextState belongs to.
+ optional int32 coop_related_group_id = 2;
+
// Additional untyped debug information associated with this
// FrameTreeNode, populated via TracedProto::AddDebugAnnotations API.
repeated DebugAnnotation debug_annotations = 99;