[Nearby Presence] Add DEVICE_TYPE_CHROMEOS to Metadata DeviceType

PiperOrigin-RevId: 524350458
This commit is contained in:
Juliet Levesque
2023-04-14 12:00:55 -07:00
committed by Copybara-Service
parent 6cdc9890b5
commit 09b3ab0882
+4
View File
@@ -66,4 +66,8 @@ enum DeviceType {
// The device is a watch.
DEVICE_TYPE_WATCH = 6;
// The device is a ChromeOS device. ChromeOS can be a laptop, desktop, or
// convertible (tablet + clamshell).
DEVICE_TYPE_CHROMEOS = 7;
}