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

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: Created 7 years, 9 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..23362fa94673072b8fba551dbc9b32d2e4cdcf8d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2365,4 +2365,11 @@ const char kRLZDisabled[] = "rlz.disabled";
// app launcher.
extern const char kAppListProfile[] = "app_list.profile";
+#if defined(OS_CHROMEOS)
Mattias Nissler (ping if slow) 2013/04/04 12:51:34 This should be added to the relevant section of th
davidyu 2013/04/09 09:30:08 Done.
+// Indicates whether the remote attestation is enabled for the user.
+const char kAttestationEnabled[] = "attestation.enabled";
+// Indicates whether the remote attestation is enabled for the user.
Mattias Nissler (ping if slow) 2013/04/04 12:51:34 fix comment
davidyu 2013/04/09 09:30:08 Done.
+const char kAttestationExtensionWhitelist[] = "attestation.extension_whitelist";
+#endif
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698