| 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 bf51d55722b5ecfb9e3da6b1ab92bfa962363ebe..45cd2c88e2db13ec448286113cf825b57de95582 100644
|
| --- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| +++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
| @@ -290,9 +290,7 @@ INSTANTIATE_TEST_CASE_P(
|
| TypeAndName(kPolicyPolicyRefreshRate,
|
| prefs::kUserPolicyRefreshRate),
|
| TypeAndName(kPolicyMaxConnectionsPerProxy,
|
| - prefs::kMaxConnectionsPerProxy),
|
| - TypeAndName(kPolicyDefaultAutoSelectCertificateSetting,
|
| - prefs::kManagedDefaultAutoSelectCertificateSetting)));
|
| + prefs::kMaxConnectionsPerProxy)));
|
|
|
| // Test cases for the proxy policy settings.
|
| class ConfigurationPolicyPrefStoreProxyTest : public testing::Test {
|
|
|