diff --git a/sharing/proto/wire_format.proto b/sharing/proto/wire_format.proto index 57ec2660..b0db8294 100644 --- a/sharing/proto/wire_format.proto +++ b/sharing/proto/wire_format.proto @@ -219,6 +219,7 @@ message IntroductionFrame { UNKNOWN = 0; NEARBY_SHARE = 1; REMOTE_COPY = 2; + TAP_TO_SHARE = 9; } repeated FileMetadata file_metadata = 1;