| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index a82a254cd99d9e96341ac016de64fa149de5e4ba..fbc30a35c5aa82dd9e11f7c74b4b7301cb6499ce 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
|
|
|