Chromium Code Reviews| Index: chromeos/attestation/attestation_flow.h |
| diff --git a/chromeos/attestation/attestation_flow.h b/chromeos/attestation/attestation_flow.h |
| index be3fcdf0e61d4a4b0a259e89b8fd7517f1e43cc8..90ee939f49780a66e7cd40ac6abd21d33046bd6b 100644 |
| --- a/chromeos/attestation/attestation_flow.h |
| +++ b/chromeos/attestation/attestation_flow.h |
| @@ -57,6 +57,11 @@ class CHROMEOS_EXPORT AttestationFlow { |
| const std::string& pem_certificate_chain)> |
| CertificateCallback; |
| + static AttestationKeyType GetKeyTypeForProfile( |
|
pastarmovj
2016/08/22 15:09:43
If those are becoming public now, please document
The one and only Dr. Crash
2016/08/22 16:00:01
Done.
|
| + AttestationCertificateProfile profile); |
| + static std::string GetKeyNameForProfile(AttestationCertificateProfile profile, |
| + const std::string& origin); |
| + |
| AttestationFlow(cryptohome::AsyncMethodCaller* async_caller, |
| CryptohomeClient* cryptohome_client, |
| std::unique_ptr<ServerProxy> server_proxy); |