Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 2df570f715583a2203a8b6f05093cf43fdcca0bd..396da23c8ee652a4b00d31ad9bf404231989626b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -871,6 +871,12 @@ const char kTermsOfServiceURL[] = "terms_of_service.url"; |
// show a warning indicating that the organization may track the browsing |
// session. |
const char kUsedPolicyCertificatesOnce[] = "used_policy_certificates_once"; |
+ |
+// Indicates whether the remote attestation is enabled for the user. |
+const char kAttestationEnabled[] = "attestation.enabled"; |
+// The list of extensions allowed to use the enterpriseKeyPrivate API for |
+// remote attestation. |
+const char kAttestationExtensionWhitelist[] = "attestation.extension_whitelist"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |