summaryrefslogtreecommitdiffstats
path: root/chromeos/settings/cros_settings_names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/settings/cros_settings_names.cc')
-rw-r--r--chromeos/settings/cros_settings_names.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index a82a254..fbc30a3 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -85,6 +85,10 @@ const char kReportDeviceLocation[] = "cros.device_status.report_location";
const char kReportDeviceNetworkInterfaces[] =
"cros.device_status.report_network_interfaces";
+// Determines whether the device reports recently logged in users in device
+// status reports to the device management server.
+const char kReportDeviceUsers[] = "cros.device_status.report_users";
+
// A list of dictionaries, each detailing one extension to install as part of
// the AppPack and including the following fields:
// "extension-id": ID of the extension to install