| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index 37fa6e8a2be845676da3607851c644320317f7fb..6cee9bc24b93b040dde10970d288db2644226fbc 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -95,6 +95,11 @@ const char kReportDeviceNetworkInterfaces[] =
|
| // status reports to the device management server.
|
| const char kReportDeviceUsers[] = "cros.device_status.report_users";
|
|
|
| +// Determines whether the device reports hardware status (CPU utilization,
|
| +// disk space, etc) in device status reports to the device management server.
|
| +const char kReportDeviceHardwareStatus[] =
|
| + "cros.device_status.report_hardware_status";
|
| +
|
| // 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
|
|
|