| Index: chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| diff --git a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| index 660f6f4ccc02096e258f3c069df98d4ccac64be4..8603d6f05d7d38e701a84f2c6262af0c9dc07670 100644
|
| --- a/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| +++ b/chrome/browser/chromeos/attestation/platform_verification_flow_unittest.cc
|
| @@ -197,9 +197,10 @@ class PlatformVerificationFlowTest : public ::testing::Test {
|
| std::string expected_key_name = std::string(kContentProtectionKeyPrefix) +
|
| std::string(kTestID);
|
| EXPECT_CALL(mock_async_caller_,
|
| - TpmAttestationSignSimpleChallenge(KEY_USER, expected_key_name,
|
| + TpmAttestationSignSimpleChallenge(KEY_USER, kTestEmail,
|
| + expected_key_name,
|
| kTestChallenge, _))
|
| - .WillRepeatedly(WithArgs<3>(Invoke(
|
| + .WillRepeatedly(WithArgs<4>(Invoke(
|
| this, &PlatformVerificationFlowTest::FakeSignChallenge)));
|
| }
|
|
|
|
|