| Index: components/policy/core/common/cloud/user_cloud_policy_store.cc
|
| diff --git a/components/policy/core/common/cloud/user_cloud_policy_store.cc b/components/policy/core/common/cloud/user_cloud_policy_store.cc
|
| index 47917bcacfa3ebed28844a1d7027dd63151500a7..75fe42720d8dedd80620836b4ec2d4a1592a3f63 100644
|
| --- a/components/policy/core/common/cloud/user_cloud_policy_store.cc
|
| +++ b/components/policy/core/common/cloud/user_cloud_policy_store.cc
|
| @@ -338,7 +338,7 @@ void UserCloudPolicyStore::Validate(
|
| const UserCloudPolicyValidator::CompletionCallback& callback) {
|
| // Configure the validator.
|
| std::unique_ptr<UserCloudPolicyValidator> validator = CreateValidator(
|
| - std::move(policy), CloudPolicyValidatorBase::TIMESTAMP_NOT_BEFORE);
|
| + std::move(policy), CloudPolicyValidatorBase::TIMESTAMP_VALIDATED);
|
|
|
| // Extract the owning domain from the signed-in user (if any is set yet).
|
| // If there's no owning domain, then the code just ensures that the policy
|
|
|