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 229aaca4c1c91e2ce5e1bcb99303b1ba5d2ef6b9..3c457cb2a4de5c6c61f491a7bd70b3ab3fb7d7fe 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -2927,6 +2927,16 @@ |
] |
}, |
+ "NetworkThrottlingEnabled": { |
+ "os": ["chromeos"], |
+ "test_policy": { "NetworkThrottlingEnabled": {"enabled": "true", "upload_rate_kbits": "5600", "download_rate_kbits": "5600"} }, |
+ "pref_mappings": [ |
+ { "pref": "net.throttling_enabled", |
+ "local_state": true |
+ } |
+ ] |
+ }, |
+ |
"LoginVideoCaptureAllowedUrls": { |
"os": ["chromeos"], |
"test_policy": { "LoginVideoCaptureAllowedUrls": [ "https://example.com" ] }, |