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

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

Issue 2736903004: Add sound volume to device attribute reporting (Closed)
Patch Set: Simplified - bundling sound volume together with hardware status 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
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698