Chromium Code Reviews

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 19733003: Implement cloud policy invalidations using the invalidation service framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 951d833ef949f32cfa915a6bcaec64eb16f9cbdc..5f3ffa8f4ecabc77ba888597f1f8b866af5823e1 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1496,6 +1496,12 @@
]
},
+ "MaxInvalidationFetchDelay": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "PolicyRefreshRate": 15000 },
+ "pref_mappings": []
+ },
+
"OpenNetworkConfiguration": {
},

Powered by Google App Engine