Chromium Code Reviews| 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. |
|
dkrahn
2016/10/31 20:40:03
Are you sure this won't break anything? I'd prefer
|
| ALTERNATE_PCA, // An alternate Privacy CA specified by enterprise policy. |
| }; |