| 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.
|
| };
|
|
|
|
|