Chromium Code Reviews| 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..845a752effd412ed9c0d3f81c100f8148bd8c566 100644 |
| --- a/components/policy/proto/device_management_backend.proto |
| +++ b/components/policy/proto/device_management_backend.proto |
| @@ -1055,6 +1055,9 @@ message RemoteCommand { |
| // Take a screenshot. |
| DEVICE_SCREENSHOT = 1; |
| + |
| + // Set device volume. |
| + DEVICE_SET_VOLUME = 2; |
| } |
| // The command type. |