| Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| index d209228436e14a2264401899b9966b4ff4dbd0c0..ca1449fa67d149e219191d7a6cdccf73206ac2b7 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -273,7 +273,9 @@ INSTANTIATE_TEST_CASE_P(
|
| TypeAndName(kPolicyRestoreOnStartup,
|
| prefs::kRestoreOnStartup),
|
| TypeAndName(kPolicyPolicyRefreshRate,
|
| - prefs::kUserPolicyRefreshRate)));
|
| + prefs::kUserPolicyRefreshRate),
|
| + TypeAndName(kPolicyMaxConnectionsPerProxy,
|
| + prefs::kMaxConnectionsPerProxy)));
|
|
|
| // Test cases for the proxy policy settings.
|
| class ConfigurationPolicyPrefStoreProxyTest : public testing::Test {
|
|
|