| Index: components/copresence/proto/data.proto
|
| diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
|
| index ef8e0ee7691fe018997e352ad79302ffc355de34..b7acb42eeab0b77873ef98ca36a7fa76aaa61f87 100644
|
| --- a/components/copresence/proto/data.proto
|
| +++ b/components/copresence/proto/data.proto
|
| @@ -15,6 +15,10 @@ message Status {
|
| }
|
| message PushServiceRegistration {
|
| optional PushService service = 1;
|
| + optional GcmRegistration gcm_registration = 2;
|
| +}
|
| +message GcmRegistration {
|
| + optional string device_token = 1;
|
| }
|
| message DeviceIdentifiers {
|
| optional int32 ulr_device_id = 1;
|
|
|