| 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 d35f326864c7026ae0c79688e267fdfc9586eb8d..6c1f293aaae4edee87ae6ae0b3c2483bf006cb29 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 {
|
|
|