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 891baac806da6e418256641bd77647f3a0e42ea6..73bc150de3913c106c95e801c3d75cb6da949ecc 100644 |
--- a/components/policy/proto/device_management_backend.proto |
+++ b/components/policy/proto/device_management_backend.proto |
@@ -381,9 +381,8 @@ message PolicyData { |
// The device is enterprise-managed. The policies come from the enterprise |
// server. See the comment above for backward compatibility. |
ENTERPRISE_MANAGED = 1; |
- // The device is consumer-managed. The policies currently can only be set |
- // by the local owner of the device. |
- CONSUMER_MANAGED = 2; |
+ // Obsolete. Don't use. |
+ OBSOLETE_CONSUMER_MANAGED = 2; |
} |
optional ManagementMode management_mode = 16; |