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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 2736903004: Add sound volume to device attribute reporting (Closed)
Patch Set: Fixed tests (initialize CrasAudioHandler), added sound volume test 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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index e203881ff443a03475bff3856e670a3e54338719..ab7a356e4373ae27c6d1b70ab6019d4c0893e166 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -116,6 +116,10 @@ const char kReportDeviceUsers[] = "cros.device_status.report_users";
const char kReportDeviceHardwareStatus[] =
"cros.device_status.report_hardware_status";
+// Determines whether the device reports output sound volume level in device
+// status reports to the device management server.
+const char kReportSoundVolume[] = "cros.device_status.report_sound_volume";
+
// Determines whether the device reports kiosk session status (app IDs,
// versions, etc) in device status reports to the device management server.
const char kReportDeviceSessionStatus[] =

Powered by Google App Engine
This is Rietveld 408576698