Index: chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
diff --git a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
index 345a3f66c7cc8f4fb0373800aea7409b520f5171..fa7499cba958d71bf5d05f54224128f5ceb86e37 100644 |
--- a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
+++ b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
@@ -288,6 +288,9 @@ INSTANTIATE_TEST_CASE_P( |
key::kShowHomeButton), |
PolicyTestParams::ForBooleanPolicy( |
kPolicyPrintingEnabled, |
- key::kPrintingEnabled))); |
+ key::kPrintingEnabled), |
+ PolicyTestParams::ForIntegerPolicy( |
+ kPolicyPolicyRefreshRate, |
+ key::kPolicyRefreshRate))); |
} // namespace policy |