Index: components/copresence/proto/data.proto |
diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto |
index 300406bb11bdf71868479b18106d5f1aa3e24389..4f42c7bf6431d1f8fc5c0a46e043399880a87c41 100644 |
--- a/components/copresence/proto/data.proto |
+++ b/components/copresence/proto/data.proto |
@@ -29,6 +29,12 @@ message Token { |
optional TokenStatus status = 3; |
optional Debug debug = 4; |
} |
+message DeviceFingerprint { |
+ optional string manufacturer = 1; |
+ optional string model = 2; |
+ optional PlatformType type = 3; |
+ optional string platform_version = 4; |
+} |
message TokenTechnology { |
optional TokenMedium medium = 1; |
repeated TokenInstructionType instruction_type = 2; |