Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: components/proximity_auth/cryptauth/proto/cryptauth_api.proto

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698