Skip to content

Commit

Permalink
Update study.proto from the upstream (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m authored Oct 29, 2023
1 parent 729ee29 commit cbfe99e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/proto/study.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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+.
Expand Down

0 comments on commit cbfe99e

Please sign in to comment.