Commit 31304689 authored by Leo Lai's avatar Leo Lai Committed by Commit Bot

update comment in attestation_flow.h

The comment used to points readers to a deprecated cryptohome client
API; corrected it to the right one.

BUG=b:158955123
TEST=build ok.
Change-Id: I31e99fb8c0b466e04584911ada227af06eaca96f

Change-Id: I5e7657d7f02abb7398b639206c0830792de857b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430685Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Commit-Queue: Leo Lai <cylai@google.com>
Cr-Commit-Position: refs/heads/master@{#811175}
parent 1b562926
......@@ -140,8 +140,8 @@ class COMPONENT_EXPORT(CHROMEOS_ATTESTATION) AttestationFlow {
void WaitForAttestationPrepared(base::TimeTicks end_time,
base::OnceCallback<void(bool)> callback);
// Handles the result of a call to TpmAttestationIsPrepared. Starts enrollment
// on success and retries after |retry_delay_| if not.
// Handles the result of a call to GetEnrollmentPreparations. Starts
// enrollment on success and retries after |retry_delay_| if not.
//
// Parameters
// end_time - Time after which preparation should time out.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment