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

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

Issue 1775023002: Enterprise policy to prevent queries to the Quirks Server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 0980a9ef36fcfdeb3635f24f2d912ef10612bef7..6ab9799cf18f4626f16a53aeb6d9ad686680ea31 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2437,6 +2437,15 @@
"test_policy": { "ArcApplicationPolicy": "" }
},
+ "QuirksClientEnabled": {
+ "os": ["chromeos"],
+ "can_be_recommended": false,
+ "test_policy": { "QuirksClientEnabled": true },
+ "pref_mappings": [
+ { "pref": "policy.display.quirks_client_enabled" }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698