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

Unified Diff: chromeos/attestation/attestation_constants.h

Issue 2464333002: Support different Google attestation (Privacy CA) servers. (Closed)
Patch Set: Fixed memory issues. Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/attestation/attestation_constants.h
diff --git a/chromeos/attestation/attestation_constants.h b/chromeos/attestation/attestation_constants.h
index f7050fa8f9760d00de6f17ba1149b658f200332b..5e7787b063f2470a01e8ef64a12495a32801b4e7 100644
--- a/chromeos/attestation/attestation_constants.h
+++ b/chromeos/attestation/attestation_constants.h
@@ -48,6 +48,7 @@ enum AttestationCertificateProfile {
enum PrivacyCAType {
DEFAULT_PCA, // The Google-operated Privacy CA.
+ TEST_PCA, // The test version of the Google-operated Privacy CA.
ALTERNATE_PCA, // An alternate Privacy CA specified by enterprise policy.
};
« no previous file with comments | « chrome/browser/chromeos/attestation/attestation_ca_client_unittest.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698