| Index: components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| diff --git a/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc b/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| index 74f94dcbdbb4c58073aa994c9564b9828689ef6a..f32e7a0cf83a99e57a23fb162d8c2e4a0e05c437 100644
|
| --- a/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| +++ b/components/policy/core/common/cloud/component_cloud_policy_updater_unittest.cc
|
| @@ -243,7 +243,8 @@ TEST_F(ComponentCloudPolicyUpdaterTest, PolicyDataInvalid) {
|
| EXPECT_EQ(GURL(kTestDownload2), fetcher->GetOriginalURL());
|
|
|
| // Indicate that the policy data size will exceed allowed maximum.
|
| - fetcher->delegate()->OnURLFetchDownloadProgress(fetcher, 6 * 1024 * 1024, -1);
|
| + fetcher->delegate()->OnURLFetchDownloadProgress(fetcher, 6 * 1024 * 1024, -1,
|
| + 6 * 1024 * 1024);
|
| task_runner_->RunUntilIdle();
|
|
|
| // Verify that the third download has been started.
|
|
|