| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index 4d717fe509e3207ae7d32a3fd4da7e9f8dbb488b..18e6882faa461853cec47ea7fcefc54cf8b2ea7a 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -121,6 +121,9 @@ const char kHeartbeatEnabled[] = "cros.device_status.heartbeat_enabled";
|
| // How frequently heartbeats are sent up, in milliseconds.
|
| const char kHeartbeatFrequency[] = "cros.device_status.heartbeat_frequency";
|
|
|
| +// Determines whether system logs should be sent to the management server.
|
| +const char kLogUploadEnabled[] = "cros.device_status.log_upload_enabled";
|
| +
|
| // 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[] =
|
|
|