| 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 ca809119160a3061e15e9401299dab5ee4876aaf..de24d5fdc5bce28f48e1aadd660f38091bd14bf4 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -2658,6 +2658,22 @@
|
| ]
|
| },
|
|
|
| + "QuickUnlockModeWhitelist": {
|
| + "os": ["chromeos"],
|
| + "test_policy": { "QuickUnlockModeWhitelist": ["PIN"] },
|
| + "pref_mappings": [
|
| + { "pref": "quick_unlock_mode_whitelist"}
|
| + ]
|
| + },
|
| +
|
| + "QuickUnlockTimeout": {
|
| + "os": ["chromeos"],
|
| + "test_policy": { "QuickUnlockTimeout": 0 },
|
| + "pref_mappings": [
|
| + { "pref": "quick_unlock_timeout"}
|
| + ]
|
| + },
|
| +
|
| "ArcCertificatesSyncMode": {
|
| "os": ["chromeos"],
|
| "can_be_recommended": false,
|
|
|