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

Unified Diff: components/copresence/proto/enums.proto

Issue 1415533018: Compile components/copresence/proto/enums.proto in Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/proto/enums.proto
diff --git a/components/copresence/proto/enums.proto b/components/copresence/proto/enums.proto
index e76eee1cb4794dc9d3adaa2c82ddea85246711e6..6570e4bd0475e3248b0b63b3d08dd0bb570ff108 100644
--- a/components/copresence/proto/enums.proto
+++ b/components/copresence/proto/enums.proto
@@ -5,7 +5,7 @@ enum IdentityType {
IDENTITY_TYPE_UNKNOWN = 0;
GAIA_USER = 1;
CHROMECAST = 2;
- ANDROID = 3;
+ ANDROIDOS = 3;
CHROME = 4;
UNREGISTERED = 5;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698