Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: components/policy/proto/device_management_backend.proto

Issue 2733903002: Remote set volume command (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698