From 86911dc5a96f03c12f62f8dcb911631b548294ee Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 18 Apr 2022 15:23:14 -0700 Subject: [PATCH] Internal comment. PiperOrigin-RevId: 442646111 --- proto/sharing_enums.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 13e80e44..b8f804a0 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -31,6 +31,8 @@ pair of events (start and end of a session). enum EventType { UNKNOWN_EVENT_TYPE = 0; + // LINT.IfChange(EventType) + // When new users accept agreements (like grant permission to contacts for // CONTACT_ONLY visibility) and are enrolled into Nearby Sharing. This event // is used to count number of new users. @@ -185,6 +187,8 @@ enum EventType { // Track device states in Nearby Share setting. DEVICE_SETTINGS = 49; + + // LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode) } // Event category to differentiate whether this comes from sender or receiver,