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

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

Issue 2765463002: Remote fetch device status (attributes and logs) command (Closed)
Patch Set: Also added log fetching to command 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 1bb72401d54bf0c8fc661b943de4b5911340c3d1..03f2646f7717b33eacfdf212da32f4c550eddb58 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -1061,6 +1061,9 @@ message RemoteCommand {
// Set device volume.
DEVICE_SET_VOLUME = 2;
+
+ // Force a refresh of device status (attributes and logs).
+ DEVICE_FETCH_STATUS = 3;
}
// The command type.

Powered by Google App Engine
This is Rietveld 408576698