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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..845386e90487032ade6922517f548253a78ae594 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": ["chromeos"],
Joao da Silva 2013/07/29 19:44:32 On the template this is also enabled on the deskto
Steve Condie 2013/07/29 20:44:51 Done.
+ "test_policy": { "PolicyRefreshRate": 15000 },
+ "pref_mappings": []
+ },
+
"OpenNetworkConfiguration": {
},

Powered by Google App Engine
This is Rietveld 408576698