| Index: components/copresence/proto/enums.proto
|
| diff --git a/components/copresence/proto/enums.proto b/components/copresence/proto/enums.proto
|
| index 9356cab0439d33c6c2bb17f46ff09bead4515eb2..10e8014923cc67f821b5a225830eb6e77a40a075 100644
|
| --- a/components/copresence/proto/enums.proto
|
| +++ b/components/copresence/proto/enums.proto
|
| @@ -64,13 +64,6 @@ enum TransmissionStrategy {
|
| OPPORTUNISTIC = 2;
|
| PASSIVE = 3;
|
| }
|
| -enum DeleteAllType {
|
| - UNKNOWN_DELETE_ALL_TYPE = 0;
|
| - DELETE_NONE = 1;
|
| - DELETE_ALL_FOR_IDENTITY_DEVICE = 2;
|
| - DELETE_ALL_FOR_IDENTITY = 3;
|
| - DELETE_ALL_FOR_DEVICE_APP = 4;
|
| -}
|
| enum StatusCode {
|
| STATUS_CODE_UNKNOWN = -1;
|
| OK = 0;
|
|
|