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

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

Issue 23533032: Added policy to control pref: spdy_proxy.enabled (kSpdyProxyAuthEnabled). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed based on Joao's comments. Created 7 years, 3 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
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 78a359b1a632e994f39a355b206c19a815fa8305..97b8abbef0cd60fb98544d6eb70da9f2af874042 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1537,6 +1537,14 @@
]
},
+ "DataCompressionProxyEnabled": {
+ "os": ["android"],
+ "test_policy": { "DataCompressionProxyEnabled": false },
+ "pref_mappings": [
+ { "pref": "spdy_proxy.enabled" }
+ ]
+ },
+
"----- Chrome OS policies ------------------------------------------------": {},
"ChromeOsLockOnIdleSuspend": {
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698