| 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 f80cd1be2a5c829bdfd90c53be111a15e2df0891..d8652b102d3cdb3eb47bda300d97c8b46bcebf61 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -733,7 +733,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;
|
|
|