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 |