Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4174)

Unified Diff: chrome/browser/policy/configuration_policy_provider_mac_unittest.cc

Issue 6310012: Allow policy refresh rate to be configured through policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 11d04a7fb3d2a949a1fb3bddf51b20ac47013c25..d221f9a6c504cf4ecce4f56187f2685ee0deac11 100644
--- a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
@@ -294,6 +294,9 @@ INSTANTIATE_TEST_CASE_P(
key::kShowHomeButton),
PolicyTestParams::ForBooleanPolicy(
kPolicyPrintingEnabled,
- key::kPrintingEnabled)));
+ key::kPrintingEnabled),
+ PolicyTestParams::ForIntegerPolicy(
+ kPolicyPolicyRefreshRate,
+ key::kPolicyRefreshRate)));
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698