Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc |
=================================================================== |
--- chrome/browser/policy/configuration_policy_pref_store_unittest.cc (revision 91842) |
+++ chrome/browser/policy/configuration_policy_pref_store_unittest.cc (working copy) |
@@ -273,9 +273,7 @@ |
TypeAndName(kPolicyRestoreOnStartup, |
prefs::kRestoreOnStartup), |
TypeAndName(kPolicyPolicyRefreshRate, |
- prefs::kUserPolicyRefreshRate), |
- TypeAndName(kPolicyMaxConnectionsPerProxy, |
- prefs::kMaxConnectionsPerProxy))); |
+ prefs::kUserPolicyRefreshRate))); |
// Test cases for the proxy policy settings. |
class ConfigurationPolicyPrefStoreProxyTest : public testing::Test { |