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

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

Issue 421653006: Update "Predict network actions" UI setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. Created 6 years, 4 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/ui/webui/options/browser_options_handler.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 32878374e11858091aa0d3da2e9ed21029aadd51..f52ac007cabf1b5e14a9bccf8fb71bf3442606fd 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -113,7 +113,8 @@
"can_be_recommended": true,
"test_policy": { "DnsPrefetchingEnabled": false },
"pref_mappings": [
- { "pref": "dns_prefetching.enabled",
+ { "pref": "dns_prefetching.enabled" },
+ { "pref": "net.network_prediction_options",
"indicator_tests": [
{ "policy": { "DnsPrefetchingEnabled": false } }
]
@@ -126,7 +127,8 @@
"can_be_recommended": true,
"test_policy": { "NetworkPredictionOptions": 2 },
"pref_mappings": [
- { "pref": "dns_prefetching.enabled",
+ { "pref": "dns_prefetching.enabled" },
+ { "pref": "net.network_prediction_options",
"indicator_tests": [
{ "policy": { "NetworkPredictionOptions": 2 } }
]
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698