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

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

Issue 7014036: Split the policy refresh rate preference into user- and device-policy refresh rate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback by mnissler. Created 9 years, 7 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/config_dir_policy_provider_unittest.cc
diff --git a/chrome/browser/policy/config_dir_policy_provider_unittest.cc b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
index bc7733942eee49593293912f71e645a38c4fc5cc..923f3e93644cc27e6a5121679181c082d2f498bc 100644
--- a/chrome/browser/policy/config_dir_policy_provider_unittest.cc
+++ b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
@@ -329,7 +329,10 @@ INSTANTIATE_TEST_CASE_P(
key::kPrintingEnabled),
ValueTestParams::ForIntegerPolicy(
kPolicyPolicyRefreshRate,
- key::kPolicyRefreshRate),
+ key::kDevicePolicyRefreshRate),
+ ValueTestParams::ForIntegerPolicy(
+ kPolicyPolicyRefreshRate,
+ key::kUserPolicyRefreshRate),
ValueTestParams::ForBooleanPolicy(
kPolicyInstantEnabled,
key::kInstantEnabled),

Powered by Google App Engine
This is Rietveld 408576698