| Index: components/policy/core/common/cloud/external_policy_data_updater_unittest.cc
|
| diff --git a/components/policy/core/common/cloud/external_policy_data_updater_unittest.cc b/components/policy/core/common/cloud/external_policy_data_updater_unittest.cc
|
| index 6dc51abf780c5d328198ace36db1a14fe31df0d2..b98cb4869f1bc871109f127172b475fdfa3a4ebc 100644
|
| --- a/components/policy/core/common/cloud/external_policy_data_updater_unittest.cc
|
| +++ b/components/policy/core/common/cloud/external_policy_data_updater_unittest.cc
|
| @@ -178,9 +178,8 @@ TEST_F(ExternalPolicyDataUpdaterTest, PayloadSizeExceedsLimit) {
|
|
|
| // Indicate that the payload size will exceed allowed maximum.
|
| fetcher->delegate()->OnURLFetchDownloadProgress(
|
| - fetcher,
|
| - kExternalPolicyDataMaxSize + 1,
|
| - -1);
|
| + fetcher, kExternalPolicyDataMaxSize + 1, -1,
|
| + kExternalPolicyDataMaxSize + 1);
|
| backend_task_runner_->RunPendingTasks();
|
| io_task_runner_->RunUntilIdle();
|
|
|
|
|