| 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 845a752effd412ed9c0d3f81c100f8148bd8c566..1bb72401d54bf0c8fc661b943de4b5911340c3d1 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -767,6 +767,9 @@ message DeviceStatusReportRequest {
|
| // Set only when there is an auto launched with zero delay kiosk app
|
| // and it is currently running. Otherwise, this field is empty.
|
| optional AppStatus running_kiosk_app = 18;
|
| +
|
| + // Sound output volume level in range [0,100].
|
| + optional int32 sound_volume = 19;
|
| }
|
|
|
| message OsUpdateStatus {
|
|
|