Index: components/proximity_auth/cryptauth/proto/cryptauth_api.proto |
diff --git a/components/proximity_auth/cryptauth/proto/cryptauth_api.proto b/components/proximity_auth/cryptauth/proto/cryptauth_api.proto |
index 120b8f341daa3ce66ebc13fc7a11e0b2f67c0eb1..301355f0dc5089ecd56f73437b6404a2c97731a3 100644 |
--- a/components/proximity_auth/cryptauth/proto/cryptauth_api.proto |
+++ b/components/proximity_auth/cryptauth/proto/cryptauth_api.proto |
@@ -30,7 +30,7 @@ message DeviceClassifier { |
enum DeviceType { |
UNKNOWN = 0; |
- ANDROID = 1; |
+ ANDROIDOS = 1; |
CHROME = 2; |
IOS = 3; |
BROWSER = 4; |
@@ -228,7 +228,7 @@ message GcmDeviceInfo { |
optional string device_manufacturer = 31; |
// Used to indicate which type of device this is. |
- optional DeviceType device_type = 32 [default = ANDROID]; |
+ optional DeviceType device_type = 32 [default = ANDROIDOS]; |
// Fields corresponding to screenlock type/features and hardware features |
// should be numbered in the 400 range. |