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

Unified Diff: chromeos/attestation/mock_attestation_flow.cc

Issue 2529743002: Wait for the attestation to be ready (TPM being prepared for attestation) before trying to enroll. (Closed)
Patch Set: Slightly lower retry delay. Created 4 years 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
Index: chromeos/attestation/mock_attestation_flow.cc
diff --git a/chromeos/attestation/mock_attestation_flow.cc b/chromeos/attestation/mock_attestation_flow.cc
index a0dbe6421be3321a92b6edad4fdc4c6a29bb2105..30e9c2f0a2ef0e4037219f44c5627732bd04a38d 100644
--- a/chromeos/attestation/mock_attestation_flow.cc
+++ b/chromeos/attestation/mock_attestation_flow.cc
@@ -48,7 +48,10 @@ MockObserver::MockObserver() {}
MockObserver::~MockObserver() {}
MockAttestationFlow::MockAttestationFlow()
- : AttestationFlow(NULL, NULL, std::unique_ptr<ServerProxy>()) {}
+ : AttestationFlow(NULL,
achuithb 2016/12/05 19:53:59 nullptr
+ NULL,
+ std::unique_ptr<ServerProxy>(),
+ base::TimeDelta::Max()) {}
MockAttestationFlow::~MockAttestationFlow() {}
« chromeos/attestation/attestation_flow.cc ('K') | « chromeos/attestation/attestation_flow_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698