| 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;
|
|
|