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

Unified Diff: chrome/common/pref_names.cc

Issue 13132004: Implement Enterprise Key API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing reviewer comments. Created 7 years, 8 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: 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.

Powered by Google App Engine
This is Rietveld 408576698