| Index: chrome/browser/policy/proto/device_management_local.proto
|
| ===================================================================
|
| --- chrome/browser/policy/proto/device_management_local.proto (revision 67530)
|
| +++ chrome/browser/policy/proto/device_management_local.proto (working copy)
|
| @@ -13,11 +13,9 @@
|
| // Wrapper around DevicePolicyResponse for caching on disk.
|
| message CachedDevicePolicyResponse {
|
| // The DevicePolicyResponse wrapped by this message.
|
| - optional DevicePolicyResponse policy = 1;
|
| + required DevicePolicyResponse policy = 1;
|
| // Timestamp noting when this policy was cached.
|
| optional uint64 timestamp = 2;
|
| - // Flag that is set to true if this device is not managed.
|
| - optional bool unmanaged = 3;
|
| }
|
|
|
| // Encapsulates a device ID and the associated device token.
|
|
|