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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 907323002: Implemented DeviceStatusCollector::GetDeviceSessionStatus() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 d3270569717ebc67adec2038871e73d7b6df9efa..cf605b731f656695d9d7e4ab3134589f609e48c1 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -100,6 +100,11 @@ const char kReportDeviceUsers[] = "cros.device_status.report_users";
const char kReportDeviceHardwareStatus[] =
"cros.device_status.report_hardware_status";
+// Determines whether the device reports kiosk session status (app IDs,
+// versions, etc) in device status reports to the device management server.
+const char kReportDeviceSessionStatus[] =
+ "cros.device_status.report_session_status";
+
// This policy should not appear in the protobuf ever but is used internally to
// signal that we are running in a "safe-mode" for policy recovery.
const char kPolicyMissingMitigationMode[] =

Powered by Google App Engine
This is Rietveld 408576698