Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index d450728684ab2de20f66e98198962a3517b21590..259303bf38119de64120639ebbc4cc22e92fad3a 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2355,6 +2355,11 @@ const char kNetworkProfileLastWarningTime[] = |
const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; |
#if defined(OS_CHROMEOS) |
+// 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"; |
Mattias Nissler (ping if slow)
2013/04/10 16:53:26
This is still not in the right section. People kee
davidyu
2013/04/11 07:04:21
Done.
|
// The RLZ brand code, if enabled. |
const char kRLZBrand[] = "rlz.brand"; |
// Whether RLZ pings are disabled. |