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

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

Issue 1410153003: Browser frame for Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unrelated changes + formatting. 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/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;
no sievers 2015/10/28 20:04:51 why this change?
Hadi 2015/10/29 15:27:02 When we compile for android, g++ gets the flag "-D
bshe 2015/10/30 16:29:10 It would be nice to land this change separately in
Hadi 2015/11/02 14:47:40 Moved this to 1415533018.
CHROME = 4;
UNREGISTERED = 5;
}

Powered by Google App Engine
This is Rietveld 408576698