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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index cbb3abe38e5e6f6a73c3d42f2a9484029dd1e8c4..a54ea188f5e6e0f8aeb04d8a4394bc8897dc2236 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -880,6 +880,11 @@ extern const char kRLZDisabled[];
extern const char kAppListProfile[];
+#if defined(OS_CHROMEOS)
+extern const char kAttestationEnabled[];
+extern const char kAttestationExtensionWhitelist[];
+#endif
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698