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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 776803003: Updated DeviceStatusReportRequest to contain new monitoring data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed error in proto def for volume_info Created 6 years 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 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

Powered by Google App Engine
This is Rietveld 408576698