From cbfe99e815e79182ff1d7182bbe6e91e1bb60814 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 29 Oct 2023 09:25:17 +0000 Subject: [PATCH] Update study.proto from the upstream (#793) --- src/proto/study.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/proto/study.proto b/src/proto/study.proto index b1d497a8..1117ec8d 100644 --- a/src/proto/study.proto +++ b/src/proto/study.proto @@ -246,6 +246,12 @@ message Study { KIOSK = 3; // Chrome OS running on Meet Hardware devices e.g. Chromebox For Meetings. MEET_DEVICE = 4; + // Chrome running on Android TV. + TV = 5; + // Chrome running on Android Auto. + AUTOMOTIVE = 6; + // Chrome running on Android Foldable. + FOLDABLE = 7; } // Possible CPU architectures Chrome is running on. Only supported on M90+.