| Index: components/policy/proto/device_management_backend.proto
|
| diff --git a/components/policy/proto/device_management_backend.proto b/components/policy/proto/device_management_backend.proto
|
| index 5ae703af54c1ff7fe473dac9dba92b12548e2cce..6754abb203aea0eebf50e2fd0c2d2502bbef18a7 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -229,6 +229,8 @@ message PolicyData {
|
| ACTIVE = 0;
|
| // Association is alive, but the corresponding domain is not managed.
|
| UNMANAGED = 1;
|
| + // Client got dropped on the server side.
|
| + DEPROVISIONED = 2;
|
| }
|
| optional AssociationState state = 9 [default = ACTIVE];
|
|
|
|
|