| 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 04551fa7234beb30bcdf1788733a8e381fdafcfb..2e17eed1839ed0cee189ad3a90636201e30e896d 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -668,7 +668,7 @@ message DeviceStatusReportRequest {
|
| repeated ActiveTimePeriod active_period = 6;
|
|
|
| // The device location.
|
| - optional DeviceLocation device_location = 7;
|
| + optional DeviceLocation deprecated_device_location = 7 [deprecated = true];
|
|
|
| // List of network interfaces.
|
| repeated NetworkInterface network_interface = 8;
|
|
|