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

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

Issue 469883002: Using API key specified from js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments Created 6 years, 4 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 10e8014923cc67f821b5a225830eb6e77a40a075..9ff07cc23327ba8bc63788234637329d18da6854 100644
--- a/components/copresence/proto/enums.proto
+++ b/components/copresence/proto/enums.proto
@@ -52,6 +52,13 @@ enum TokenInstructionType {
TRANSMIT = 1;
RECEIVE = 2;
}
+enum PlatformType {
+ UNKNOWN_PLATFORM_TYPE = 0;
+ CHROMECAST_PLATFORM_TYPE = 5;
+ ANDROID_PLATFORM_TYPE = 6;
+ IOS_PLATFORM_TYPE = 7;
+ CHROME_PLATFORM_TYPE = 8;
+}
enum InstructionType {
UNKNOWN_INSTRUCTION_TYPE = 0;
TOKEN = 1;

Powered by Google App Engine
This is Rietveld 408576698