| Index: chrome/browser/chromeos/cros_settings_names.cc
|
| diff --git a/chrome/browser/chromeos/cros_settings_names.cc b/chrome/browser/chromeos/cros_settings_names.cc
|
| index d98293aa1c7ab135d40422f351d27be0a3d3a646..cf46e6ee8063f7d21357db76410168ba7543791a 100644
|
| --- a/chrome/browser/chromeos/cros_settings_names.cc
|
| +++ b/chrome/browser/chromeos/cros_settings_names.cc
|
| @@ -45,4 +45,8 @@ const char kReportDeviceActivityTimes[] =
|
| // at boot mode should be reported along with device policy requests.
|
| const char kReportDeviceBootMode[] = "cros.device_status.report_boot_mode";
|
|
|
| +// 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[] =
|
| + "cros.internal.policy_mitigation_mode";
|
| } // namespace chromeos
|
|
|